Html Css Color HEX #405215 Verdun Green

📋 copy color: '#405215'

red 64 ◦ green 82 ◦ blue 21

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

Shades of Verdun Green #405215

Tints of Verdun Green #405215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.57%

R = 38.32%
G = 49.1%
B = 12.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#405215 (or 0x405215) is known color: Verdun Green. HEX triplet: 40, 52 and 15. RGB value is (64,82,21). Sum of RGB (Red+Green+Blue) = 64+82+21=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #405215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405215 is #BFADEA. Grayscale: #454545. Windows color (decimal): -12561899 or 1397312. OLE color: 1397312.

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

Color convert

RGB 64 82 21 -
CMYK 0.22 0 0.74 0.68
HSL 77.7º 0.59% 0.2% -
HSV(B) 77.7º 0.74% 0.32% -
XYZ 5.27 7.18 1.82 -
YUV 69.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 64 82 21 0.22 0 0.74 0.68 77.7 0.59 0.2
Hex 40 52 15 16 0 4A 44 4E 3B 14
Octal 100 122 25 26 0 112 104 116 73 24
Binary 1000000 1010010 10101 10110 0 1001010 1000100 1001110 111011 10100

Color Harmonies of #405215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405215

Black with #405215

Text Example


Text Example

White with #405215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405215; }

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

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

background-color css

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

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

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

border-color css

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

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

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