Html Css Color HEX #515513 Verdun Green

📋 copy color: '#515513'

red 81 ◦ green 85 ◦ blue 19

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

Shades of Verdun Green #515513

Tints of Verdun Green #515513

RGB

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

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

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

R = 43.78%
G = 45.95%
B = 10.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#515513 (or 0x515513) is known color: Verdun Green. HEX triplet: 51, 55 and 13. RGB value is (81,85,19). Sum of RGB (Red+Green+Blue) = 81+85+19=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #515513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515513 is #AEAAEC. Grayscale: #4C4C4C. Windows color (decimal): -11447021 or 1267025. OLE color: 1267025.

HSL color Cylindrical-coordinate representation of color #515513: hue angle of 63.64º 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 #515513 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 19 -
CMYK 0.05 0 0.78 0.67
HSL 63.64º 0.63% 0.2% -
HSV(B) 63.64º 0.78% 0.33% -
XYZ 6.76 8.29 1.86 -
YUV 76.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 81 85 19 0.05 0 0.78 0.67 63.64 0.63 0.2
Hex 51 55 13 5 0 4E 43 40 3F 14
Octal 121 125 23 5 0 116 103 100 77 24
Binary 1010001 1010101 10011 101 0 1001110 1000011 1000000 111111 10100

Color Harmonies of #515513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515513

Black with #515513

Text Example


Text Example

White with #515513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515513; }

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

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

background-color css

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

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

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

border-color css

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

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

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