#405C09

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

Shades of Verdun Green #405C09

Tints of Verdun Green #405C09

Color information

#405C09 (or 0x405C09) is unknown color: approx Verdun Green. HEX triplet: 40, 5C and 09. RGB value is (64,92,9). Sum of RGB (Red+Green+Blue) = 64+92+9=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #405C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405C09 is #BFA3F6. Grayscale: #4A4A4A. Windows color (decimal): -12559351 or 613440. OLE color: 613440.

HSL color Cylindrical-coordinate representation of color #405C09: hue angle of 80.24º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #405C09 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB64929-
CMYK0.3000.900.64
HSL80.24º82.18%19.8%-
HSV(B)80.24º90.22%36.08%-
XYZ5.998.761.63-
YUV74.1791.22120.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 92 (36.33% from 255) = 55.76%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=38.79%
G=55.76%
B=5.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal649290.3000.900.6480.2482.1819.8
Hex405C91E05A40505214
Octal1001341136013210012012224
Binary100000010111001001111100101101010000001010000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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