#405C13

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

Shades of Verdun Green #405C13

Tints of Verdun Green #405C13

Color information

#405C13 (or 0x405C13) is unknown color: approx Verdun Green. HEX triplet: 40, 5C and 13. RGB value is (64,92,19). Sum of RGB (Red+Green+Blue) = 64+92+19=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #405C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405C13 is #BFA3EC. Grayscale: #4B4B4B. Windows color (decimal): -12559341 or 1268800. OLE color: 1268800.

HSL color Cylindrical-coordinate representation of color #405C13: hue angle of 83.01º 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 #405C13 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB649219-
CMYK0.3000.790.64
HSL83.01º65.77%21.76%-
HSV(B)83.01º79.35%36.08%-
XYZ6.068.791.99-
YUV75.3196.22119.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 92 (36.33% from 255) = 52.57%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=36.57%
G=52.57%
B=10.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6492190.3000.790.6483.0165.7721.76
Hex405C131E04F40534216
Octal1001342336011710012310226
Binary1000000101110010011111100100111110000001010011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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