#56602F

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

Shades of Saratoga #56602F

Tints of Saratoga #56602F

Color information

#56602F (or 0x56602F) is unknown color: approx Saratoga. HEX triplet: 56, 60 and 2F. RGB value is (86,96,47). Sum of RGB (Red+Green+Blue) = 86+96+47=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #56602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56602F is #A99FD0. Grayscale: #575757. Windows color (decimal): -11116497 or 3104854. OLE color: 3104854.

HSL color Cylindrical-coordinate representation of color #56602F: hue angle of 72.24º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56602F is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB869647-
CMYK0.1000.510.62
HSL72.24º34.27%28.04%-
HSV(B)72.24º51.04%37.65%-
XYZ8.5310.554.28-
YUV87.42105.19126.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=37.55%
G=41.92%
B=20.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696470.1000.510.6272.2434.2728.04
Hex56602FA0333E48221c
Octal1261405712063761104234
Binary1010110110000010111110100110011111110100100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56602F; }

 p { color: rgb(86,96,47); }

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

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

 a { background-color: rgb(86,96,47); }

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

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

 span { border-color: rgb(86,96,47); }

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