#565F25

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

Shades of Saratoga #565F25

Tints of Saratoga #565F25

Color information

#565F25 (or 0x565F25) is unknown color: approx Saratoga. HEX triplet: 56, 5F and 25. RGB value is (86,95,37). Sum of RGB (Red+Green+Blue) = 86+95+37=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #565F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565F25 is #A9A0DA. Grayscale: #555555. Windows color (decimal): -11116763 or 2449238. OLE color: 2449238.

HSL color Cylindrical-coordinate representation of color #565F25: hue angle of 69.31º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565F25 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB869537-
CMYK0.0900.610.63
HSL69.31º43.94%25.88%-
HSV(B)69.31º61.05%37.25%-
XYZ8.2610.33.3-
YUV85.7100.52128.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 95 (37.5% from 255) = 43.58%
BLUE value IS 37 (14.84% from 255) = 16.97%
R=39.45%
G=43.58%
B=16.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8695370.0900.610.6369.3143.9425.88
Hex565F25903D3F452c1a
Octal1261374511075771055432
Binary1010110101111110010110010111101111111100010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,95,37); }

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

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

 a { background-color: rgb(86,95,37); }

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

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

 span { border-color: rgb(86,95,37); }

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