Html Css Color HEX #477008 Verdun Green

📋 copy color: '#477008'

red 71 ◦ green 112 ◦ blue 8

#477008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #477008

Tints of Verdun Green #477008

RGB

 RED value IS 71 (28.13% from 255) = 37.17%

 GREEN value IS 112 (44.14% from 255) = 58.64%

 BLUE value IS 8 (3.52% from 255) = 4.19%

R = 37.17%
G = 58.64%
B = 4.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#477008 (or 0x477008) is known color: Verdun Green. HEX triplet: 47, 70 and 08. RGB value is (71,112,8). Sum of RGB (Red+Green+Blue) = 71+112+8=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #477008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477008 is #B88FF7. Grayscale: #585858. Windows color (decimal): -12095480 or 553031. OLE color: 553031.

HSL color Cylindrical-coordinate representation of color #477008: hue angle of 83.65º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #477008 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 8 -
CMYK 0.37 0 0.93 0.56
HSL 83.65º 0.87% 0.24% -
HSV(B) 83.65º 0.93% 0.44% -
XYZ 8.44 12.95 2.28 -
YUV 87.89 82.92 115.96 -
System Red Green Blue C M Y K H S L
Decimal 71 112 8 0.37 0 0.93 0.56 83.65 0.87 0.24
Hex 47 70 8 25 0 5D 38 54 57 18
Octal 107 160 10 45 0 135 70 124 127 30
Binary 1000111 1110000 1000 100101 0 1011101 111000 1010100 1010111 11000

Color Harmonies of #477008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477008

Black with #477008

Text Example


Text Example

White with #477008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477008; }

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

 H1.HeaderClassName
 {
   color: #477008;
 }
 .AnyTagClassName
 {
   color: #477008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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