Html Css Color HEX #515313 Verdun Green

📋 copy color: '#515313'

red 81 ◦ green 83 ◦ blue 19

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

Shades of Verdun Green #515313

Tints of Verdun Green #515313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.36%

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

R = 44.26%
G = 45.36%
B = 10.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#515313 (or 0x515313) is known color: Verdun Green. HEX triplet: 51, 53 and 13. RGB value is (81,83,19). Sum of RGB (Red+Green+Blue) = 81+83+19=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #515313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515313 is #AEACEC. Grayscale: #4B4B4B. Windows color (decimal): -11447533 or 1266513. OLE color: 1266513.

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

Color convert

RGB 81 83 19 -
CMYK 0.02 0 0.77 0.67
HSL 61.88º 0.63% 0.2% -
HSV(B) 61.88º 0.77% 0.33% -
XYZ 6.6 7.98 1.81 -
YUV 75.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 81 83 19 0.02 0 0.77 0.67 61.88 0.63 0.2
Hex 51 53 13 2 0 4D 43 3E 3F 14
Octal 121 123 23 2 0 115 103 76 77 24
Binary 1010001 1010011 10011 10 0 1001101 1000011 111110 111111 10100

Color Harmonies of #515313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515313

Black with #515313

Text Example


Text Example

White with #515313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515313; }

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

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

background-color css

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

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

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

border-color css

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

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

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