Html Css Color HEX #405515 Verdun Green

📋 copy color: '#405515'

red 64 ◦ green 85 ◦ blue 21

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

Shades of Verdun Green #405515

Tints of Verdun Green #405515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50%

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

R = 37.65%
G = 50%
B = 12.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#405515 (or 0x405515) is known color: Verdun Green. HEX triplet: 40, 55 and 15. RGB value is (64,85,21). Sum of RGB (Red+Green+Blue) = 64+85+21=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #405515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405515 is #BFAAEA. Grayscale: #474747. Windows color (decimal): -12561131 or 1398080. OLE color: 1398080.

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

Color convert

RGB 64 85 21 -
CMYK 0.25 0 0.75 0.67
HSL 79.69º 0.6% 0.21% -
HSV(B) 79.69º 0.75% 0.33% -
XYZ 5.5 7.64 1.89 -
YUV 71.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 64 85 21 0.25 0 0.75 0.67 79.69 0.6 0.21
Hex 40 55 15 19 0 4B 43 50 3C 15
Octal 100 125 25 31 0 113 103 120 74 25
Binary 1000000 1010101 10101 11001 0 1001011 1000011 1010000 111100 10101

Color Harmonies of #405515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405515

Black with #405515

Text Example


Text Example

White with #405515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405515; }

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

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

background-color css

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

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

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

border-color css

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

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

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