#475C13

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

Shades of Verdun Green #475C13

Tints of Verdun Green #475C13

Color information

#475C13 (or 0x475C13) is unknown color: approx Verdun Green. HEX triplet: 47, 5C and 13. RGB value is (71,92,19). Sum of RGB (Red+Green+Blue) = 71+92+19=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #475C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475C13 is #B8A3EC. Grayscale: #4D4D4D. Windows color (decimal): -12100589 or 1268807. OLE color: 1268807.

HSL color Cylindrical-coordinate representation of color #475C13: hue angle of 77.26º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #475C13 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB719219-
CMYK0.2300.790.64
HSL77.26º65.77%21.76%-
HSV(B)77.26º79.35%36.08%-
XYZ6.549.042.02-
YUV77.495.04123.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 92 (36.33% from 255) = 50.55%
BLUE value IS 19 (7.81% from 255) = 10.44%
R=39.01%
G=50.55%
B=10.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7192190.2300.790.6477.2665.7721.76
Hex475C131704F404d4216
Octal1071342327011710011510226
Binary1000111101110010011101110100111110000001001101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475C13; }

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

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

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

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

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

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

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

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