#405C0F

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

Shades of Verdun Green #405C0F

Tints of Verdun Green #405C0F

Color information

#405C0F (or 0x405C0F) is unknown color: approx Verdun Green. HEX triplet: 40, 5C and 0F. RGB value is (64,92,15). Sum of RGB (Red+Green+Blue) = 64+92+15=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #405C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405C0F is #BFA3F0. Grayscale: #4B4B4B. Windows color (decimal): -12559345 or 1006656. OLE color: 1006656.

HSL color Cylindrical-coordinate representation of color #405C0F: hue angle of 81.82º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #405C0F is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB649215-
CMYK0.3000.840.64
HSL81.82º71.96%20.98%-
HSV(B)81.82º83.7%36.08%-
XYZ6.038.781.83-
YUV74.8594.22120.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 92 (36.33% from 255) = 53.80%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=37.43%
G=53.80%
B=8.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6492150.3000.840.6481.8271.9620.98
Hex405CF1E05440524815
Octal1001341736012410012211025
Binary100000010111001111111100101010010000001010010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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