Html Css Color HEX #474606 Verdun Green

📋 copy color: '#474606'

red 71 ◦ green 70 ◦ blue 6

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

Shades of Verdun Green #474606

Tints of Verdun Green #474606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.62%

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

R = 48.3%
G = 47.62%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#474606 (or 0x474606) is known color: Verdun Green. HEX triplet: 47, 46 and 06. RGB value is (71,70,6). Sum of RGB (Red+Green+Blue) = 71+70+6=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #474606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474606 is #B8B9F9. Grayscale: #3F3F3F. Windows color (decimal): -12106234 or 411207. OLE color: 411207.

HSL color Cylindrical-coordinate representation of color #474606: hue angle of 59.08º 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 #474606 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 70 6 -
CMYK 0 0.01 0.92 0.72
HSL 59.08º 0.84% 0.15% -
HSV(B) 59.08º 0.92% 0.28% -
XYZ 4.82 5.73 1.02 -
YUV 63 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 71 70 6 0 0.01 0.92 0.72 59.08 0.84 0.15
Hex 47 46 6 0 1 5C 48 3B 54 F
Octal 107 106 6 0 1 134 110 73 124 17
Binary 1000111 1000110 110 0 1 1011100 1001000 111011 1010100 1111

Color Harmonies of #474606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474606

Black with #474606

Text Example


Text Example

White with #474606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474606; }

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

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

background-color css

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

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

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

border-color css

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

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

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