#4B5604

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

Shades of Verdun Green #4B5604

Tints of Verdun Green #4B5604

Color information

#4B5604 (or 0x4B5604) is unknown color: approx Verdun Green. HEX triplet: 4B, 56 and 04. RGB value is (75,86,4). Sum of RGB (Red+Green+Blue) = 75+86+4=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #4B5604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5604 is #B4A9FB. Grayscale: #494949. Windows color (decimal): -11839996 or 284235. OLE color: 284235.

HSL color Cylindrical-coordinate representation of color #4B5604: hue angle of 68.05º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B5604 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB75864-
CMYK0.1300.950.66
HSL68.05º91.11%17.65%-
HSV(B)68.05º95.35%33.73%-
XYZ6.258.161.36-
YUV73.3688.86129.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.45%
GREEN value IS 86 (33.98% from 255) = 52.12%
BLUE value IS 4 (1.95% from 255) = 2.42%
R=45.45%
G=52.12%
B=2.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal758640.1300.950.6668.0591.1117.65
Hex4B564D05F42445b12
Octal113126415013710210413322
Binary1001011101011010011010101111110000101000100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B5604; }

 p { color: rgb(75,86,4); }

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

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

 a { background-color: rgb(75,86,4); }

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

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

 span { border-color: rgb(75,86,4); }

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