Html Css Color HEX #405815 Verdun Green

📋 copy color: '#405815'

red 64 ◦ green 88 ◦ blue 21

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

Shades of Verdun Green #405815

Tints of Verdun Green #405815

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.87%

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

R = 36.99%
G = 50.87%
B = 12.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#405815 (or 0x405815) is known color: Verdun Green. HEX triplet: 40, 58 and 15. RGB value is (64,88,21). Sum of RGB (Red+Green+Blue) = 64+88+21=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #405815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405815 is #BFA7EA. Grayscale: #494949. Windows color (decimal): -12560363 or 1398848. OLE color: 1398848.

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

Color convert

RGB 64 88 21 -
CMYK 0.27 0 0.76 0.65
HSL 81.49º 0.61% 0.21% -
HSV(B) 81.49º 0.76% 0.35% -
XYZ 5.74 8.12 1.97 -
YUV 73.19 98.55 121.45 -
System Red Green Blue C M Y K H S L
Decimal 64 88 21 0.27 0 0.76 0.65 81.49 0.61 0.21
Hex 40 58 15 1B 0 4C 41 51 3D 15
Octal 100 130 25 33 0 114 101 121 75 25
Binary 1000000 1011000 10101 11011 0 1001100 1000001 1010001 111101 10101

Color Harmonies of #405815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405815

Black with #405815

Text Example


Text Example

White with #405815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405815; }

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

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

background-color css

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

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

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

border-color css

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

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

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