#474E12

Color #474E12 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #474E12

Tints of Verdun Green #474E12

Color information

#474E12 (or 0x474E12) is unknown color: approx Verdun Green. HEX triplet: 47, 4E and 12. RGB value is (71,78,18). Sum of RGB (Red+Green+Blue) = 71+78+18=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #474E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474E12 is #B8B1ED. Grayscale: #454545. Windows color (decimal): -12104174 or 1199687. OLE color: 1199687.

HSL color Cylindrical-coordinate representation of color #474E12: hue angle of 67º degrees, saturation: 0.62, 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 #474E12 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB717818-
CMYK0.0900.770.69
HSL67º62.5%18.82%-
HSV(B)67º76.92%30.59%-
XYZ5.436.831.6-
YUV69.0799.18129.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 18 (7.42% from 255) = 10.78%
R=42.51%
G=46.71%
B=10.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7178180.0900.770.696762.518.82
Hex474E12904D45433e13
Octal107116221101151051037623
Binary10001111001110100101001010011011000101100001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474E12; }

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

 H1.HeaderClassName
 {
   color: #474E12;
 }
 .AnyTagClassName
 {
   color: #474E12;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #474E12;
 }
 .BgClassName
 {
   background-color: #474E12;
 }
</style>
border-color css

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

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

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