#515A34

Color #515A34 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #515A34

Tints of Saratoga #515A34

Color information

#515A34 (or 0x515A34) is unknown color: approx Saratoga. HEX triplet: 51, 5A and 34. RGB value is (81,90,52). Sum of RGB (Red+Green+Blue) = 81+90+52=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #515A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A34 is #AEA5CB. Grayscale: #535353. Windows color (decimal): -11445708 or 3430993. OLE color: 3430993.

HSL color Cylindrical-coordinate representation of color #515A34: hue angle of 74.21º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #515A34 is Cyan = 0.1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB819052-
CMYK0.100.420.65
HSL74.21º26.76%27.84%-
HSV(B)74.21º42.22%35.29%-
XYZ7.679.314.64-
YUV82.98110.52126.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=36.32%
G=40.36%
B=23.32%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8190520.100.420.6574.2126.7627.84
Hex515A34A02A414a1b1c
Octal12113264120521011123334
Binary1010001101101011010010100101010100000110010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515A34; }

 p { color: rgb(81,90,52); }

 H1.HeaderClassName
 {
   color: #515A34;
 }
 .AnyTagClassName
 {
   color: #515A34;
 }
</style>
background-color css

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

 a { background-color: rgb(81,90,52); }

 div.DivClassName
 {
   background-color: #515A34;
 }
 .BgClassName
 {
   background-color: #515A34;
 }
</style>
border-color css

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

 span { border-color: rgb(81,90,52); }

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