#305807

Color #305807 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #305807

Tints of Verdun Green #305807

Color information

#305807 (or 0x305807) is unknown color: approx Verdun Green. HEX triplet: 30, 58 and 07. RGB value is (48,88,7). Sum of RGB (Red+Green+Blue) = 48+88+7=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #305807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305807 is #CFA7F8. Grayscale: #434343. Windows color (decimal): -13608953 or 481328. OLE color: 481328.

HSL color Cylindrical-coordinate representation of color #305807: hue angle of 89.63º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #305807 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB48887-
CMYK0.4500.920.65
HSL89.63º85.26%18.63%-
HSV(B)89.63º92.05%34.51%-
XYZ4.757.621.42-
YUV66.8194.25114.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 88 (34.77% from 255) = 61.54%
BLUE value IS 7 (3.12% from 255) = 4.90%
R=33.57%
G=61.54%
B=4.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal488870.4500.920.6589.6385.2618.63
Hex305872D05C415a5513
Octal60130755013410113212523
Binary11000010110001111011010101110010000011011010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305807; }

 p { color: rgb(48,88,7); }

 H1.HeaderClassName
 {
   color: #305807;
 }
 .AnyTagClassName
 {
   color: #305807;
 }
</style>
background-color css

<style>
 a { background-color: #305807; }

 a { background-color: rgb(48,88,7); }

 div.DivClassName
 {
   background-color: #305807;
 }
 .BgClassName
 {
   background-color: #305807;
 }
</style>
border-color css

<style>
 span { border-color: #305807; }

 span { border-color: rgb(48,88,7); }

 td.TdClassName
 {
   border-color: #305807;
 }
 .TagClassName
 {
   border-color: #305807;
 }
</style>