Html Css Color HEX #405015 Verdun Green

📋 copy color: '#405015'

red 64 ◦ green 80 ◦ blue 21

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

Shades of Verdun Green #405015

Tints of Verdun Green #405015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.48%

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

R = 38.79%
G = 48.48%
B = 12.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#405015 (or 0x405015) is known color: Verdun Green. HEX triplet: 40, 50 and 15. RGB value is (64,80,21). Sum of RGB (Red+Green+Blue) = 64+80+21=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #405015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405015 is #BFAFEA. Grayscale: #444444. Windows color (decimal): -12562411 or 1396800. OLE color: 1396800.

HSL color Cylindrical-coordinate representation of color #405015: hue angle of 76.27º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405015 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 21 -
CMYK 0.20 0 0.74 0.69
HSL 76.27º 0.58% 0.2% -
HSV(B) 76.27º 0.74% 0.31% -
XYZ 5.12 6.88 1.77 -
YUV 68.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 64 80 21 0.20 0 0.74 0.69 76.27 0.58 0.2
Hex 40 50 15 14 0 4A 45 4C 3A 14
Octal 100 120 25 24 0 112 105 114 72 24
Binary 1000000 1010000 10101 10100 0 1001010 1000101 1001100 111010 10100

Color Harmonies of #405015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405015

Black with #405015

Text Example


Text Example

White with #405015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405015; }

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

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

background-color css

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

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

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

border-color css

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

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

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