#575A26

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

Shades of Saratoga #575A26

Tints of Saratoga #575A26

Color information

#575A26 (or 0x575A26) is unknown color: approx Saratoga. HEX triplet: 57, 5A and 26. RGB value is (87,90,38). Sum of RGB (Red+Green+Blue) = 87+90+38=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #575A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A26 is #A8A5D9. Grayscale: #535353. Windows color (decimal): -11052506 or 2513495. OLE color: 2513495.

HSL color Cylindrical-coordinate representation of color #575A26: hue angle of 63.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #575A26 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB879038-
CMYK0.0300.580.65
HSL63.46º40.62%25.1%-
HSV(B)63.46º57.78%35.29%-
XYZ7.949.483.24-
YUV83.17102.51130.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=40.47%
G=41.86%
B=17.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8790380.0300.580.6563.4640.6225.1
Hex575A26303A413f2919
Octal127132463072101775131
Binary10101111011010100110110111010100000111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575A26; }

 p { color: rgb(87,90,38); }

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

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

 a { background-color: rgb(87,90,38); }

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

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

 span { border-color: rgb(87,90,38); }

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