#475608

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

Shades of Verdun Green #475608

Tints of Verdun Green #475608

Color information

#475608 (or 0x475608) is unknown color: approx Verdun Green. HEX triplet: 47, 56 and 08. RGB value is (71,86,8). Sum of RGB (Red+Green+Blue) = 71+86+8=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #475608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475608 is #B8A9F7. Grayscale: #484848. Windows color (decimal): -12102136 or 546375. OLE color: 546375.

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

Color convert

RGB71868-
CMYK0.1700.910.66
HSL71.54º82.98%18.43%-
HSV(B)71.54º90.7%33.73%-
XYZ5.978.011.46-
YUV72.6291.53126.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 86 (33.98% from 255) = 52.12%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=43.03%
G=52.12%
B=4.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal718680.1700.910.6671.5482.9818.43
Hex475681105B42485312
Octal1071261021013310211012322
Binary100011110101101000100010101101110000101001000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475608; }

 p { color: rgb(71,86,8); }

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

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

 a { background-color: rgb(71,86,8); }

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

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

 span { border-color: rgb(71,86,8); }

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