#475412

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

Shades of Verdun Green #475412

Tints of Verdun Green #475412

Color information

#475412 (or 0x475412) is unknown color: approx Verdun Green. HEX triplet: 47, 54 and 12. RGB value is (71,84,18). Sum of RGB (Red+Green+Blue) = 71+84+18=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #475412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475412 is #B8ABED. Grayscale: #484848. Windows color (decimal): -12102638 or 1201223. OLE color: 1201223.

HSL color Cylindrical-coordinate representation of color #475412: hue angle of 71.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #475412 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB718418-
CMYK0.1500.790.67
HSL71.82º64.71%20%-
HSV(B)71.82º78.57%32.94%-
XYZ5.887.721.75-
YUV72.5997.19126.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=41.04%
G=48.55%
B=10.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184180.1500.790.6771.8264.7120
Hex475412F04F43484114
Octal1071242217011710311010124
Binary100011110101001001011110100111110000111001000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475412; }

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

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

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

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

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

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

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

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