Html Css Color HEX #405715 Verdun Green

📋 copy color: '#405715'

red 64 ◦ green 87 ◦ blue 21

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

Shades of Verdun Green #405715

Tints of Verdun Green #405715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 50.58%

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

R = 37.21%
G = 50.58%
B = 12.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#405715 (or 0x405715) is known color: Verdun Green. HEX triplet: 40, 57 and 15. RGB value is (64,87,21). Sum of RGB (Red+Green+Blue) = 64+87+21=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #405715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405715 is #BFA8EA. Grayscale: #484848. Windows color (decimal): -12560619 or 1398592. OLE color: 1398592.

HSL color Cylindrical-coordinate representation of color #405715: hue angle of 80.91º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #405715 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 87 21 -
CMYK 0.26 0 0.76 0.66
HSL 80.91º 0.61% 0.21% -
HSV(B) 80.91º 0.76% 0.34% -
XYZ 5.66 7.96 1.95 -
YUV 72.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 64 87 21 0.26 0 0.76 0.66 80.91 0.61 0.21
Hex 40 57 15 1A 0 4C 42 51 3D 15
Octal 100 127 25 32 0 114 102 121 75 25
Binary 1000000 1010111 10101 11010 0 1001100 1000010 1010001 111101 10101

Color Harmonies of #405715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405715

Black with #405715

Text Example


Text Example

White with #405715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405715; }

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

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

background-color css

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

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

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

border-color css

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

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

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