#566425

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

Shades of Saratoga #566425

Tints of Saratoga #566425

Color information

#566425 (or 0x566425) is unknown color: approx Saratoga. HEX triplet: 56, 64 and 25. RGB value is (86,100,37). Sum of RGB (Red+Green+Blue) = 86+100+37=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #566425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566425 is #A99BDA. Grayscale: #585858. Windows color (decimal): -11115483 or 2450518. OLE color: 2450518.

HSL color Cylindrical-coordinate representation of color #566425: hue angle of 73.33º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #566425 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB8610037-
CMYK0.1400.630.61
HSL73.33º45.99%26.86%-
HSV(B)73.33º63%39.22%-
XYZ8.7311.233.46-
YUV88.6398.86126.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 37 (14.84% from 255) = 16.59%
R=38.57%
G=44.84%
B=16.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal86100370.1400.630.6173.3345.9926.86
Hex566425E03F3D492e1b
Octal1261444516077751115633
Binary1010110110010010010111100111111111101100100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566425; }

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

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

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

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

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

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

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

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