#405D12

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

Shades of Verdun Green #405D12

Tints of Verdun Green #405D12

Color information

#405D12 (or 0x405D12) is unknown color: approx Verdun Green. HEX triplet: 40, 5D and 12. RGB value is (64,93,18). Sum of RGB (Red+Green+Blue) = 64+93+18=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #405D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405D12 is #BFA2ED. Grayscale: #4C4C4C. Windows color (decimal): -12559086 or 1203520. OLE color: 1203520.

HSL color Cylindrical-coordinate representation of color #405D12: hue angle of 83.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #405D12 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB649318-
CMYK0.3100.810.64
HSL83.2º67.57%21.76%-
HSV(B)83.2º80.65%36.47%-
XYZ6.148.961.98-
YUV75.7895.39119.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 93 (36.72% from 255) = 53.14%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=36.57%
G=53.14%
B=10.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6493180.3100.810.6483.267.5721.76
Hex405D121F05140534416
Octal1001352237012110012310426
Binary1000000101110110010111110101000110000001010011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,93,18); }

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

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

 a { background-color: rgb(64,93,18); }

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

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

 span { border-color: rgb(64,93,18); }

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