#405F10

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

Shades of Verdun Green #405F10

Tints of Verdun Green #405F10

Color information

#405F10 (or 0x405F10) is unknown color: approx Verdun Green. HEX triplet: 40, 5F and 10. RGB value is (64,95,16). Sum of RGB (Red+Green+Blue) = 64+95+16=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 95 (37.5% from 255 or 54.29% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 95 - color contains mainly: green. Hex color #405F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405F10 is #BFA0EF. Grayscale: #4D4D4D. Windows color (decimal): -12558576 or 1072960. OLE color: 1072960.

HSL color Cylindrical-coordinate representation of color #405F10: hue angle of 83.54º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #405F10 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.63.

Color convert

RGB649516-
CMYK0.3300.830.63
HSL83.54º71.17%21.76%-
HSV(B)83.54º83.16%37.25%-
XYZ6.39.311.96-
YUV76.7293.73118.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 95 (37.5% from 255) = 54.29%
BLUE value IS 16 (6.64% from 255) = 9.14%
R=36.57%
G=54.29%
B=9.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6495160.3300.830.6383.5471.1721.76
Hex405F10210533F544716
Octal100137204101237712410726
Binary1000000101111110000100001010100111111111010100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,95,16); }

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

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

 a { background-color: rgb(64,95,16); }

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

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

 span { border-color: rgb(64,95,16); }

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