#405C0A

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

Shades of Verdun Green #405C0A

Tints of Verdun Green #405C0A

Color information

#405C0A (or 0x405C0A) is unknown color: approx Verdun Green. HEX triplet: 40, 5C and 0A. RGB value is (64,92,10). Sum of RGB (Red+Green+Blue) = 64+92+10=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #405C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405C0A is #BFA3F5. Grayscale: #4A4A4A. Windows color (decimal): -12559350 or 678976. OLE color: 678976.

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

Color convert

RGB649210-
CMYK0.3000.890.64
HSL80.49º80.39%20%-
HSV(B)80.49º89.13%36.08%-
XYZ68.771.66-
YUV74.2891.72120.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 92 (36.33% from 255) = 55.42%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=38.55%
G=55.42%
B=6.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6492100.3000.890.6480.4980.3920
Hex405CA1E05940505014
Octal1001341236013110012012024
Binary100000010111001010111100101100110000001010000101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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