#565A26

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

Shades of Saratoga #565A26

Tints of Saratoga #565A26

Color information

#565A26 (or 0x565A26) is unknown color: approx Saratoga. HEX triplet: 56, 5A and 26. RGB value is (86,90,38). Sum of RGB (Red+Green+Blue) = 86+90+38=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #565A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A26 is #A9A5D9. Grayscale: #535353. Windows color (decimal): -11118042 or 2513494. OLE color: 2513494.

HSL color Cylindrical-coordinate representation of color #565A26: hue angle of 64.62º 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 #565A26 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB869038-
CMYK0.0400.580.65
HSL64.62º40.62%25.1%-
HSV(B)64.62º57.78%35.29%-
XYZ7.849.433.24-
YUV82.88102.67130.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 90 (35.55% from 255) = 42.06%
BLUE value IS 38 (15.23% from 255) = 17.76%
R=40.19%
G=42.06%
B=17.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8690380.0400.580.6564.6240.6225.1
Hex565A26403A41412919
Octal1261324640721011015131
Binary1010110101101010011010001110101000001100000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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