Html Css Color HEX #405716 Verdun Green

📋 copy color: '#405716'

red 64 ◦ green 87 ◦ blue 22

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

Shades of Verdun Green #405716

Tints of Verdun Green #405716

RGB

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

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

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

R = 36.99%
G = 50.29%
B = 12.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#405716 (or 0x405716) is known color: Verdun Green. HEX triplet: 40, 57 and 16. RGB value is (64,87,22). Sum of RGB (Red+Green+Blue) = 64+87+22=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #405716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405716 is #BFA8E9. Grayscale: #484848. Windows color (decimal): -12560618 or 1464128. OLE color: 1464128.

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

Color convert

RGB 64 87 22 -
CMYK 0.26 0 0.75 0.66
HSL 81.23º 0.6% 0.21% -
HSV(B) 81.23º 0.75% 0.34% -
XYZ 5.67 7.96 2 -
YUV 72.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 64 87 22 0.26 0 0.75 0.66 81.23 0.6 0.21
Hex 40 57 16 1A 0 4B 42 51 3C 15
Octal 100 127 26 32 0 113 102 121 74 25
Binary 1000000 1010111 10110 11010 0 1001011 1000010 1010001 111100 10101

Color Harmonies of #405716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405716

Black with #405716

Text Example


Text Example

White with #405716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405716; }

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

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

background-color css

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

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

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

border-color css

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

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

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