Html Css Color HEX #405205 Verdun Green

📋 copy color: '#405205'

red 64 ◦ green 82 ◦ blue 5

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

Shades of Verdun Green #405205

Tints of Verdun Green #405205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 54.3%

 BLUE value IS 5 (2.34% from 255) = 3.31%

R = 42.38%
G = 54.3%
B = 3.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#405205 (or 0x405205) is known color: Verdun Green. HEX triplet: 40, 52 and 05. RGB value is (64,82,5). Sum of RGB (Red+Green+Blue) = 64+82+5=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #405205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405205 is #BFADFA. Grayscale: #444444. Windows color (decimal): -12561915 or 348736. OLE color: 348736.

HSL color Cylindrical-coordinate representation of color #405205: hue angle of 74.03º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #405205 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 82 5 -
CMYK 0.22 0 0.94 0.68
HSL 74.03º 0.89% 0.17% -
HSV(B) 74.03º 0.94% 0.32% -
XYZ 5.16 7.14 1.25 -
YUV 67.84 92.54 125.26 -
System Red Green Blue C M Y K H S L
Decimal 64 82 5 0.22 0 0.94 0.68 74.03 0.89 0.17
Hex 40 52 5 16 0 5E 44 4A 59 11
Octal 100 122 5 26 0 136 104 112 131 21
Binary 1000000 1010010 101 10110 0 1011110 1000100 1001010 1011001 10001

Color Harmonies of #405205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405205

Black with #405205

Text Example


Text Example

White with #405205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405205; }

 p { color: rgb(64,82,5); }

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

background-color css

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

 a { background-color: rgb(64,82,5); }

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

border-color css

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

 span { border-color: rgb(64,82,5); }

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