Html Css Color HEX #474200 Verdun Green

📋 copy color: '#474200'

red 71 ◦ green 66 ◦ blue 0

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

Shades of Verdun Green #474200

Tints of Verdun Green #474200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.82%
G = 48.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#474200 (or 0x474200) is known color: Verdun Green. HEX triplet: 47, 42 and 00. RGB value is (71,66,0). Sum of RGB (Red+Green+Blue) = 71+66+0=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #474200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474200 is #B8BDFF. Grayscale: #3C3C3C. Windows color (decimal): -12107264 or 16967. OLE color: 16967.

HSL color Cylindrical-coordinate representation of color #474200: hue angle of 55.77º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #474200 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 0 -
CMYK 0 0.07 1 0.72
HSL 55.77º 1% 0.14% -
HSV(B) 55.77º 1% 0.28% -
XYZ 4.55 5.24 0.77 -
YUV 59.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 71 66 0 0 0.07 1 0.72 55.77 1 0.14
Hex 47 42 0 0 7 64 48 38 64 E
Octal 107 102 0 0 7 144 110 70 144 16
Binary 1000111 1000010 0 0 111 1100100 1001000 111000 1100100 1110

Color Harmonies of #474200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474200

Black with #474200

Text Example


Text Example

White with #474200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474200; }

 p { color: rgb(71,66,0); }

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

background-color css

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

 a { background-color: rgb(71,66,0); }

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

border-color css

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

 span { border-color: rgb(71,66,0); }

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