Html Css Color HEX #515413 Verdun Green

📋 copy color: '#515413'

red 81 ◦ green 84 ◦ blue 19

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

Shades of Verdun Green #515413

Tints of Verdun Green #515413

RGB

 RED value IS 81 (32.03% from 255) = 44.02%

 GREEN value IS 84 (33.2% from 255) = 45.65%

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

R = 44.02%
G = 45.65%
B = 10.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#515413 (or 0x515413) is known color: Verdun Green. HEX triplet: 51, 54 and 13. RGB value is (81,84,19). Sum of RGB (Red+Green+Blue) = 81+84+19=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #515413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515413 is #AEABEC. Grayscale: #4B4B4B. Windows color (decimal): -11447277 or 1266769. OLE color: 1266769.

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

Color convert

RGB 81 84 19 -
CMYK 0.04 0 0.77 0.67
HSL 62.77º 0.63% 0.2% -
HSV(B) 62.77º 0.77% 0.33% -
XYZ 6.68 8.14 1.83 -
YUV 75.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 81 84 19 0.04 0 0.77 0.67 62.77 0.63 0.2
Hex 51 54 13 4 0 4D 43 3F 3F 14
Octal 121 124 23 4 0 115 103 77 77 24
Binary 1010001 1010100 10011 100 0 1001101 1000011 111111 111111 10100

Color Harmonies of #515413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515413

Black with #515413

Text Example


Text Example

White with #515413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515413; }

 p { color: rgb(81,84,19); }

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

background-color css

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

 a { background-color: rgb(81,84,19); }

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

border-color css

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

 span { border-color: rgb(81,84,19); }

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