Html Css Color HEX #405F11 Verdun Green

📋 copy color: '#405F11'

red 64 ◦ green 95 ◦ blue 17

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

Shades of Verdun Green #405F11

Tints of Verdun Green #405F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 53.98%

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

R = 36.36%
G = 53.98%
B = 9.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#405F11 (or 0x405F11) is known color: Verdun Green. HEX triplet: 40, 5F and 11. RGB value is (64,95,17). Sum of RGB (Red+Green+Blue) = 64+95+17=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 95 (37.5% from 255 or 53.98% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 95 - color contains mainly: green. Hex color #405F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405F11 is #BFA0EE. Grayscale: #4D4D4D. Windows color (decimal): -12558575 or 1138496. OLE color: 1138496.

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

Color convert

RGB 64 95 17 -
CMYK 0.33 0 0.82 0.63
HSL 83.85º 0.7% 0.22% -
HSV(B) 83.85º 0.82% 0.37% -
XYZ 6.31 9.31 2 -
YUV 76.84 94.23 118.84 -
System Red Green Blue C M Y K H S L
Decimal 64 95 17 0.33 0 0.82 0.63 83.85 0.7 0.22
Hex 40 5F 11 21 0 52 3F 54 46 16
Octal 100 137 21 41 0 122 77 124 106 26
Binary 1000000 1011111 10001 100001 0 1010010 111111 1010100 1000110 10110

Color Harmonies of #405F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F11

Black with #405F11

Text Example


Text Example

White with #405F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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