Html Css Color HEX #474808 Verdun Green

📋 copy color: '#474808'

red 71 ◦ green 72 ◦ blue 8

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

Shades of Verdun Green #474808

Tints of Verdun Green #474808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.3%

R = 47.02%
G = 47.68%
B = 5.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#474808 (or 0x474808) is known color: Verdun Green. HEX triplet: 47, 48 and 08. RGB value is (71,72,8). Sum of RGB (Red+Green+Blue) = 71+72+8=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #474808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474808 is #B8B7F7. Grayscale: #404040. Windows color (decimal): -12105720 or 542791. OLE color: 542791.

HSL color Cylindrical-coordinate representation of color #474808: hue angle of 60.94º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #474808 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 72 8 -
CMYK 0.01 0 0.89 0.72
HSL 60.94º 0.8% 0.16% -
HSV(B) 60.94º 0.89% 0.28% -
XYZ 4.96 5.99 1.12 -
YUV 64.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 71 72 8 0.01 0 0.89 0.72 60.94 0.8 0.16
Hex 47 48 8 1 0 59 48 3D 50 10
Octal 107 110 10 1 0 131 110 75 120 20
Binary 1000111 1001000 1000 1 0 1011001 1001000 111101 1010000 10000

Color Harmonies of #474808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474808

Black with #474808

Text Example


Text Example

White with #474808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474808; }

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

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

background-color css

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

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

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

border-color css

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

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

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