Html Css Color HEX #474506 Verdun Green

📋 copy color: '#474506'

red 71 ◦ green 69 ◦ blue 6

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

Shades of Verdun Green #474506

Tints of Verdun Green #474506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.26%

 BLUE value IS 6 (2.73% from 255) = 4.11%

R = 48.63%
G = 47.26%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#474506 (or 0x474506) is known color: Verdun Green. HEX triplet: 47, 45 and 06. RGB value is (71,69,6). Sum of RGB (Red+Green+Blue) = 71+69+6=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #474506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474506 is #B8BAF9. Grayscale: #3E3E3E. Windows color (decimal): -12106490 or 410951. OLE color: 410951.

HSL color Cylindrical-coordinate representation of color #474506: hue angle of 58.15º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #474506 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 69 6 -
CMYK 0 0.03 0.92 0.72
HSL 58.15º 0.84% 0.15% -
HSV(B) 58.15º 0.92% 0.28% -
XYZ 4.76 5.61 1 -
YUV 62.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 71 69 6 0 0.03 0.92 0.72 58.15 0.84 0.15
Hex 47 45 6 0 3 5C 48 3A 54 F
Octal 107 105 6 0 3 134 110 72 124 17
Binary 1000111 1000101 110 0 11 1011100 1001000 111010 1010100 1111

Color Harmonies of #474506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474506

Black with #474506

Text Example


Text Example

White with #474506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474506; }

 p { color: rgb(71,69,6); }

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

background-color css

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

 a { background-color: rgb(71,69,6); }

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

border-color css

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

 span { border-color: rgb(71,69,6); }

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