Html Css Color HEX #405B11 Verdun Green

📋 copy color: '#405B11'

red 64 ◦ green 91 ◦ blue 17

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

Shades of Verdun Green #405B11

Tints of Verdun Green #405B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 52.91%

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

R = 37.21%
G = 52.91%
B = 9.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#405B11 (or 0x405B11) is known color: Verdun Green. HEX triplet: 40, 5B and 11. RGB value is (64,91,17). Sum of RGB (Red+Green+Blue) = 64+91+17=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #405B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405B11 is #BFA4EE. Grayscale: #4A4A4A. Windows color (decimal): -12559599 or 1137472. OLE color: 1137472.

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

Color convert

RGB 64 91 17 -
CMYK 0.30 0 0.81 0.64
HSL 81.89º 0.69% 0.21% -
HSV(B) 81.89º 0.81% 0.36% -
XYZ 5.96 8.61 1.88 -
YUV 74.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 64 91 17 0.30 0 0.81 0.64 81.89 0.69 0.21
Hex 40 5B 11 1E 0 51 40 52 45 15
Octal 100 133 21 36 0 121 100 122 105 25
Binary 1000000 1011011 10001 11110 0 1010001 1000000 1010010 1000101 10101

Color Harmonies of #405B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405B11

Black with #405B11

Text Example


Text Example

White with #405B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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