#405F05

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

Shades of Verdun Green #405F05

Tints of Verdun Green #405F05

Color information

#405F05 (or 0x405F05) is unknown color: approx Verdun Green. HEX triplet: 40, 5F and 05. RGB value is (64,95,5). Sum of RGB (Red+Green+Blue) = 64+95+5=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 95 (37.5% from 255 or 57.93% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 95 - color contains mainly: green. Hex color #405F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405F05 is #BFA0FA. Grayscale: #4B4B4B. Windows color (decimal): -12558587 or 352064. OLE color: 352064.

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

Color convert

RGB64955-
CMYK0.3300.950.63
HSL80.67º90%19.61%-
HSV(B)80.67º94.74%37.25%-
XYZ6.239.291.61-
YUV75.4788.23119.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 95 (37.5% from 255) = 57.93%
BLUE value IS 5 (2.34% from 255) = 3.05%
R=39.02%
G=57.93%
B=3.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal649550.3300.950.6380.679019.61
Hex405F52105F3F515a14
Octal10013754101377712113224
Binary10000001011111101100001010111111111111010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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