#474812

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

Shades of Verdun Green #474812

Tints of Verdun Green #474812

Color information

#474812 (or 0x474812) is unknown color: approx Verdun Green. HEX triplet: 47, 48 and 12. RGB value is (71,72,18). Sum of RGB (Red+Green+Blue) = 71+72+18=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #474812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474812 is #B8B7ED. Grayscale: #414141. Windows color (decimal): -12105710 or 1198151. OLE color: 1198151.

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

Color convert

RGB717218-
CMYK0.0100.750.72
HSL61.11º60%17.65%-
HSV(B)61.11º75%28.24%-
XYZ5.036.021.47-
YUV65.54101.17131.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 18 (7.42% from 255) = 11.18%
R=44.10%
G=44.72%
B=11.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172180.0100.750.7261.116017.65
Hex474812104B483d3c12
Octal1071102210113110757422
Binary1000111100100010010101001011100100011110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474812; }

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

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

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

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

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

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

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

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