#475908

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

Shades of Verdun Green #475908

Tints of Verdun Green #475908

Color information

#475908 (or 0x475908) is unknown color: approx Verdun Green. HEX triplet: 47, 59 and 08. RGB value is (71,89,8). Sum of RGB (Red+Green+Blue) = 71+89+8=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #475908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475908 is #B8A6F7. Grayscale: #4A4A4A. Windows color (decimal): -12101368 or 547143. OLE color: 547143.

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

Color convert

RGB71898-
CMYK0.2000.910.65
HSL73.33º83.51%19.02%-
HSV(B)73.33º91.01%34.9%-
XYZ6.218.51.54-
YUV74.3890.54125.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 89 (35.16% from 255) = 52.98%
BLUE value IS 8 (3.52% from 255) = 4.76%
R=42.26%
G=52.98%
B=4.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal718980.2000.910.6573.3383.5119.02
Hex475981405B41495413
Octal1071311024013310111112423
Binary100011110110011000101000101101110000011001001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475908; }

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

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

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

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

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

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

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

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