Html Css Color HEX #515930 Saratoga

📋 copy color: '#515930'

red 81 ◦ green 89 ◦ blue 48

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

Shades of Saratoga #515930

Tints of Saratoga #515930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.83%

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 37.16%
G = 40.83%
B = 22.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#515930 (or 0x515930) is known color: Saratoga. HEX triplet: 51, 59 and 30. RGB value is (81,89,48). Sum of RGB (Red+Green+Blue) = 81+89+48=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #515930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515930 is #AEA6CF. Grayscale: #525252. Windows color (decimal): -11445968 or 3168593. OLE color: 3168593.

HSL color Cylindrical-coordinate representation of color #515930: hue angle of 71.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #515930 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 89 48 -
CMYK 0.09 0 0.46 0.65
HSL 71.71º 0.3% 0.27% -
HSV(B) 71.71º 0.46% 0.35% -
XYZ 7.5 9.11 4.16 -
YUV 81.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 81 89 48 0.09 0 0.46 0.65 71.71 0.3 0.27
Hex 51 59 30 9 0 2E 41 48 1E 1B
Octal 121 131 60 11 0 56 101 110 36 33
Binary 1010001 1011001 110000 1001 0 101110 1000001 1001000 11110 11011

Color Harmonies of #515930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515930

Black with #515930

Text Example


Text Example

White with #515930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515930; }

 p { color: rgb(81,89,48); }

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

background-color css

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

 a { background-color: rgb(81,89,48); }

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

border-color css

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

 span { border-color: rgb(81,89,48); }

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