Html Css Color HEX #405A11 Verdun Green

📋 copy color: '#405A11'

red 64 ◦ green 90 ◦ blue 17

#405A11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #405A11

Tints of Verdun Green #405A11

RGB

 RED value IS 64 (25.39% from 255) = 37.43%

 GREEN value IS 90 (35.55% from 255) = 52.63%

 BLUE value IS 17 (7.03% from 255) = 9.94%

R = 37.43%
G = 52.63%
B = 9.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#405A11 (or 0x405A11) is known color: Verdun Green. HEX triplet: 40, 5A and 11. RGB value is (64,90,17). Sum of RGB (Red+Green+Blue) = 64+90+17=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #405A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405A11 is #BFA5EE. Grayscale: #4A4A4A. Windows color (decimal): -12559855 or 1137216. OLE color: 1137216.

HSL color Cylindrical-coordinate representation of color #405A11: hue angle of 81.37º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #405A11 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 90 17 -
CMYK 0.29 0 0.81 0.65
HSL 81.37º 0.68% 0.21% -
HSV(B) 81.37º 0.81% 0.35% -
XYZ 5.87 8.44 1.85 -
YUV 73.9 95.89 120.94 -
System Red Green Blue C M Y K H S L
Decimal 64 90 17 0.29 0 0.81 0.65 81.37 0.68 0.21
Hex 40 5A 11 1D 0 51 41 51 44 15
Octal 100 132 21 35 0 121 101 121 104 25
Binary 1000000 1011010 10001 11101 0 1010001 1000001 1010001 1000100 10101

Color Harmonies of #405A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A11

Black with #405A11

Text Example


Text Example

White with #405A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,90,17); }

 H1.HeaderClassName
 {
   color: #405A11;
 }
 .AnyTagClassName
 {
   color: #405A11;
 }
</style>

background-color css

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

 a { background-color: rgb(64,90,17); }

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

border-color css

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

 span { border-color: rgb(64,90,17); }

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