Html Css Color HEX #474806 Verdun Green

📋 copy color: '#474806'

red 71 ◦ green 72 ◦ blue 6

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

Shades of Verdun Green #474806

Tints of Verdun Green #474806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.32%

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

R = 47.65%
G = 48.32%
B = 4.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#474806 (or 0x474806) is known color: Verdun Green. HEX triplet: 47, 48 and 06. RGB value is (71,72,6). Sum of RGB (Red+Green+Blue) = 71+72+6=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #474806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474806 is #B8B7F9. Grayscale: #404040. Windows color (decimal): -12105722 or 411719. OLE color: 411719.

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

Color convert

RGB 71 72 6 -
CMYK 0.01 0 0.92 0.72
HSL 60.91º 0.85% 0.15% -
HSV(B) 60.91º 0.92% 0.28% -
XYZ 4.95 5.99 1.07 -
YUV 64.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 71 72 6 0.01 0 0.92 0.72 60.91 0.85 0.15
Hex 47 48 6 1 0 5C 48 3D 55 F
Octal 107 110 6 1 0 134 110 75 125 17
Binary 1000111 1001000 110 1 0 1011100 1001000 111101 1010101 1111

Color Harmonies of #474806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474806

Black with #474806

Text Example


Text Example

White with #474806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474806; }

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

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

background-color css

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

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

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

border-color css

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

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

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