#515E29

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

Shades of Saratoga #515E29

Tints of Saratoga #515E29

Color information

#515E29 (or 0x515E29) is unknown color: approx Saratoga. HEX triplet: 51, 5E and 29. RGB value is (81,94,41). Sum of RGB (Red+Green+Blue) = 81+94+41=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 94 - color contains mainly: green. Hex color #515E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515E29 is #AEA1D6. Grayscale: #545454. Windows color (decimal): -11444695 or 2711121. OLE color: 2711121.

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

Color convert

RGB819441-
CMYK0.1400.560.63
HSL74.72º39.26%26.47%-
HSV(B)74.72º56.38%36.86%-
XYZ7.89.913.6-
YUV84.07103.69125.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 94 (37.11% from 255) = 43.52%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=37.5%
G=43.52%
B=18.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8194410.1400.560.6374.7239.2626.47
Hex515E29E0383F4b271a
Octal1211365116070771134732
Binary1010001101111010100111100111000111111100101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,94,41); }

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

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

 a { background-color: rgb(81,94,41); }

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

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

 span { border-color: rgb(81,94,41); }

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