Html Css Color HEX #405C11 Verdun Green

📋 copy color: '#405C11'

red 64 ◦ green 92 ◦ blue 17

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

Shades of Verdun Green #405C11

Tints of Verdun Green #405C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 53.18%

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

R = 36.99%
G = 53.18%
B = 9.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#405C11 (or 0x405C11) is known color: Verdun Green. HEX triplet: 40, 5C and 11. RGB value is (64,92,17). Sum of RGB (Red+Green+Blue) = 64+92+17=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #405C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405C11 is #BFA3EE. Grayscale: #4B4B4B. Windows color (decimal): -12559343 or 1137728. OLE color: 1137728.

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

Color convert

RGB 64 92 17 -
CMYK 0.30 0 0.82 0.64
HSL 82.4º 0.69% 0.21% -
HSV(B) 82.4º 0.82% 0.36% -
XYZ 6.04 8.78 1.91 -
YUV 75.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 64 92 17 0.30 0 0.82 0.64 82.4 0.69 0.21
Hex 40 5C 11 1E 0 52 40 52 45 15
Octal 100 134 21 36 0 122 100 122 105 25
Binary 1000000 1011100 10001 11110 0 1010010 1000000 1010010 1000101 10101

Color Harmonies of #405C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405C11

Black with #405C11

Text Example


Text Example

White with #405C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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