Html Css Color HEX #476004 Verdun Green

📋 copy color: '#476004'

red 71 ◦ green 96 ◦ blue 4

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

Shades of Verdun Green #476004

Tints of Verdun Green #476004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.14%

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

R = 41.52%
G = 56.14%
B = 2.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#476004 (or 0x476004) is known color: Verdun Green. HEX triplet: 47, 60 and 04. RGB value is (71,96,4). Sum of RGB (Red+Green+Blue) = 71+96+4=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #476004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476004 is #B89FFB. Grayscale: #4E4E4E. Windows color (decimal): -12099580 or 286791. OLE color: 286791.

HSL color Cylindrical-coordinate representation of color #476004: hue angle of 76.3º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #476004 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 4 -
CMYK 0.26 0 0.96 0.62
HSL 76.3º 0.92% 0.2% -
HSV(B) 76.3º 0.96% 0.38% -
XYZ 6.8 9.71 1.63 -
YUV 78.04 86.22 122.98 -
System Red Green Blue C M Y K H S L
Decimal 71 96 4 0.26 0 0.96 0.62 76.3 0.92 0.2
Hex 47 60 4 1A 0 60 3E 4C 5C 14
Octal 107 140 4 32 0 140 76 114 134 24
Binary 1000111 1100000 100 11010 0 1100000 111110 1001100 1011100 10100

Color Harmonies of #476004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476004

Black with #476004

Text Example


Text Example

White with #476004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476004; }

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

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

background-color css

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

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

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

border-color css

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

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

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