Html Css Color HEX #474810 Verdun Green

📋 copy color: '#474810'

red 71 ◦ green 72 ◦ blue 16

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

Shades of Verdun Green #474810

Tints of Verdun Green #474810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.06%

R = 44.65%
G = 45.28%
B = 10.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#474810 (or 0x474810) is known color: Verdun Green. HEX triplet: 47, 48 and 10. RGB value is (71,72,16). Sum of RGB (Red+Green+Blue) = 71+72+16=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #474810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474810 is #B8B7EF. Grayscale: #414141. Windows color (decimal): -12105712 or 1067079. OLE color: 1067079.

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

Color convert

RGB 71 72 16 -
CMYK 0.01 0 0.78 0.72
HSL 61.07º 0.64% 0.17% -
HSV(B) 61.07º 0.78% 0.28% -
XYZ 5.01 6.01 1.39 -
YUV 65.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 71 72 16 0.01 0 0.78 0.72 61.07 0.64 0.17
Hex 47 48 10 1 0 4E 48 3D 40 11
Octal 107 110 20 1 0 116 110 75 100 21
Binary 1000111 1001000 10000 1 0 1001110 1001000 111101 1000000 10001

Color Harmonies of #474810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474810

Black with #474810

Text Example


Text Example

White with #474810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474810; }

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

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

background-color css

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

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

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

border-color css

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

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

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