Html Css Color HEX #477004 Verdun Green

📋 copy color: '#477004'

red 71 ◦ green 112 ◦ blue 4

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

Shades of Verdun Green #477004

Tints of Verdun Green #477004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 37.97%
G = 59.89%
B = 2.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#477004 (or 0x477004) is known color: Verdun Green. HEX triplet: 47, 70 and 04. RGB value is (71,112,4). Sum of RGB (Red+Green+Blue) = 71+112+4=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #477004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477004 is #B88FFB. Grayscale: #575757. Windows color (decimal): -12095484 or 290887. OLE color: 290887.

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

Color convert

RGB 71 112 4 -
CMYK 0.37 0 0.96 0.56
HSL 82.78º 0.93% 0.23% -
HSV(B) 82.78º 0.96% 0.44% -
XYZ 8.41 12.94 2.17 -
YUV 87.43 80.92 116.28 -
System Red Green Blue C M Y K H S L
Decimal 71 112 4 0.37 0 0.96 0.56 82.78 0.93 0.23
Hex 47 70 4 25 0 60 38 53 5D 17
Octal 107 160 4 45 0 140 70 123 135 27
Binary 1000111 1110000 100 100101 0 1100000 111000 1010011 1011101 10111

Color Harmonies of #477004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477004

Black with #477004

Text Example


Text Example

White with #477004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477004; }

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

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

background-color css

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

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

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

border-color css

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

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

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