Html Css Color HEX #405516 Verdun Green

📋 copy color: '#405516'

red 64 ◦ green 85 ◦ blue 22

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

Shades of Verdun Green #405516

Tints of Verdun Green #405516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.71%

 BLUE value IS 22 (8.98% from 255) = 12.87%

R = 37.43%
G = 49.71%
B = 12.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#405516 (or 0x405516) is known color: Verdun Green. HEX triplet: 40, 55 and 16. RGB value is (64,85,22). Sum of RGB (Red+Green+Blue) = 64+85+22=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #405516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405516 is #BFAAE9. Grayscale: #474747. Windows color (decimal): -12561130 or 1463616. OLE color: 1463616.

HSL color Cylindrical-coordinate representation of color #405516: hue angle of 80º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405516 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 85 22 -
CMYK 0.25 0 0.74 0.67
HSL 80º 0.59% 0.21% -
HSV(B) 80º 0.74% 0.33% -
XYZ 5.51 7.64 1.94 -
YUV 71.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 64 85 22 0.25 0 0.74 0.67 80 0.59 0.21
Hex 40 55 16 19 0 4A 43 50 3B 15
Octal 100 125 26 31 0 112 103 120 73 25
Binary 1000000 1010101 10110 11001 0 1001010 1000011 1010000 111011 10101

Color Harmonies of #405516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405516

Black with #405516

Text Example


Text Example

White with #405516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405516; }

 p { color: rgb(64,85,22); }

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

background-color css

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

 a { background-color: rgb(64,85,22); }

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

border-color css

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

 span { border-color: rgb(64,85,22); }

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