#475013

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

Shades of Verdun Green #475013

Tints of Verdun Green #475013

Color information

#475013 (or 0x475013) is unknown color: approx Verdun Green. HEX triplet: 47, 50 and 13. RGB value is (71,80,19). Sum of RGB (Red+Green+Blue) = 71+80+19=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #475013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475013 is #B8AFEC. Grayscale: #464646. Windows color (decimal): -12103661 or 1265735. OLE color: 1265735.

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

Color convert

RGB718019-
CMYK0.1100.760.69
HSL68.85º61.62%19.41%-
HSV(B)68.85º76.25%31.37%-
XYZ5.587.121.7-
YUV70.3599.02128.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=41.76%
G=47.06%
B=11.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7180190.1100.760.6968.8561.6219.41
Hex475013B04C45453e13
Octal107120231301141051057623
Binary10001111010000100111011010011001000101100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475013; }

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

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

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

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

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

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

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

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