Html Css Color HEX #475012 Verdun Green

📋 copy color: '#475012'

red 71 ◦ green 80 ◦ blue 18

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

Shades of Verdun Green #475012

Tints of Verdun Green #475012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.34%

 BLUE value IS 18 (7.42% from 255) = 10.65%

R = 42.01%
G = 47.34%
B = 10.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#475012 (or 0x475012) is known color: Verdun Green. HEX triplet: 47, 50 and 12. RGB value is (71,80,18). Sum of RGB (Red+Green+Blue) = 71+80+18=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #475012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475012 is #B8AFED. Grayscale: #464646. Windows color (decimal): -12103662 or 1200199. OLE color: 1200199.

HSL color Cylindrical-coordinate representation of color #475012: hue angle of 68.71º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #475012 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 18 -
CMYK 0.11 0 0.78 0.69
HSL 68.71º 0.63% 0.19% -
HSV(B) 68.71º 0.78% 0.31% -
XYZ 5.58 7.12 1.65 -
YUV 70.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 71 80 18 0.11 0 0.78 0.69 68.71 0.63 0.19
Hex 47 50 12 B 0 4E 45 45 3F 13
Octal 107 120 22 13 0 116 105 105 77 23
Binary 1000111 1010000 10010 1011 0 1001110 1000101 1000101 111111 10011

Color Harmonies of #475012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475012

Black with #475012

Text Example


Text Example

White with #475012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475012; }

 p { color: rgb(71,80,18); }

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

background-color css

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

 a { background-color: rgb(71,80,18); }

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

border-color css

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

 span { border-color: rgb(71,80,18); }

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