#475508

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

Shades of Verdun Green #475508

Tints of Verdun Green #475508

Color information

#475508 (or 0x475508) is unknown color: approx Verdun Green. HEX triplet: 47, 55 and 08. RGB value is (71,85,8). Sum of RGB (Red+Green+Blue) = 71+85+8=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #475508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475508 is #B8AAF7. Grayscale: #484848. Windows color (decimal): -12102392 or 546119. OLE color: 546119.

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

Color convert

RGB71858-
CMYK0.1600.910.67
HSL70.91º82.8%18.24%-
HSV(B)70.91º90.59%33.33%-
XYZ5.897.851.44-
YUV72.0491.86127.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 8 (3.52% from 255) = 4.88%
R=43.29%
G=51.83%
B=4.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal718580.1600.910.6770.9182.818.24
Hex475581005B43475312
Octal1071251020013310310712322
Binary100011110101011000100000101101110000111000111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475508; }

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

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

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

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

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

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

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

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