#515F27

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

Shades of Saratoga #515F27

Tints of Saratoga #515F27

Color information

#515F27 (or 0x515F27) is unknown color: approx Saratoga. HEX triplet: 51, 5F and 27. RGB value is (81,95,39). Sum of RGB (Red+Green+Blue) = 81+95+39=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #515F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515F27 is #AEA0D8. Grayscale: #545454. Windows color (decimal): -11444441 or 2580305. OLE color: 2580305.

HSL color Cylindrical-coordinate representation of color #515F27: hue angle of 75º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #515F27 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.63.

Color convert

RGB819539-
CMYK0.1500.590.63
HSL75º41.79%26.27%-
HSV(B)75º58.95%37.25%-
XYZ7.8510.083.45-
YUV84.43102.36125.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.67%
GREEN value IS 95 (37.5% from 255) = 44.19%
BLUE value IS 39 (15.62% from 255) = 18.14%
R=37.67%
G=44.19%
B=18.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8195390.1500.590.637541.7926.27
Hex515F27F03B3F4b2a1a
Octal1211374717073771135232
Binary1010001101111110011111110111011111111100101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,95,39); }

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

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

 a { background-color: rgb(81,95,39); }

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

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

 span { border-color: rgb(81,95,39); }

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