Html Css Color HEX #405513 Verdun Green

📋 copy color: '#405513'

red 64 ◦ green 85 ◦ blue 19

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

Shades of Verdun Green #405513

Tints of Verdun Green #405513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.31%

R = 38.1%
G = 50.6%
B = 11.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#405513 (or 0x405513) is known color: Verdun Green. HEX triplet: 40, 55 and 13. RGB value is (64,85,19). Sum of RGB (Red+Green+Blue) = 64+85+19=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #405513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405513 is #BFAAEC. Grayscale: #474747. Windows color (decimal): -12561133 or 1267008. OLE color: 1267008.

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

Color convert

RGB 64 85 19 -
CMYK 0.25 0 0.78 0.67
HSL 79.09º 0.63% 0.2% -
HSV(B) 79.09º 0.78% 0.33% -
XYZ 5.48 7.63 1.8 -
YUV 71.2 98.54 122.87 -
System Red Green Blue C M Y K H S L
Decimal 64 85 19 0.25 0 0.78 0.67 79.09 0.63 0.2
Hex 40 55 13 19 0 4E 43 4F 3F 14
Octal 100 125 23 31 0 116 103 117 77 24
Binary 1000000 1010101 10011 11001 0 1001110 1000011 1001111 111111 10100

Color Harmonies of #405513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405513

Black with #405513

Text Example


Text Example

White with #405513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405513; }

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

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

background-color css

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

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

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

border-color css

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

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

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