Html Css Color HEX #405811 Verdun Green

📋 copy color: '#405811'

red 64 ◦ green 88 ◦ blue 17

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

Shades of Verdun Green #405811

Tints of Verdun Green #405811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.07%

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

R = 37.87%
G = 52.07%
B = 10.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#405811 (or 0x405811) is known color: Verdun Green. HEX triplet: 40, 58 and 11. RGB value is (64,88,17). Sum of RGB (Red+Green+Blue) = 64+88+17=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #405811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405811 is #BFA7EE. Grayscale: #484848. Windows color (decimal): -12560367 or 1136704. OLE color: 1136704.

HSL color Cylindrical-coordinate representation of color #405811: hue angle of 80.28º 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 #405811 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 17 -
CMYK 0.27 0 0.81 0.65
HSL 80.28º 0.68% 0.21% -
HSV(B) 80.28º 0.81% 0.35% -
XYZ 5.71 8.11 1.79 -
YUV 72.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 64 88 17 0.27 0 0.81 0.65 80.28 0.68 0.21
Hex 40 58 11 1B 0 51 41 50 44 15
Octal 100 130 21 33 0 121 101 120 104 25
Binary 1000000 1011000 10001 11011 0 1010001 1000001 1010000 1000100 10101

Color Harmonies of #405811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405811

Black with #405811

Text Example


Text Example

White with #405811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405811; }

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

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

background-color css

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

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

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

border-color css

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

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

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