#536120

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

Shades of Saratoga #536120

Tints of Saratoga #536120

Color information

#536120 (or 0x536120) is unknown color: approx Saratoga. HEX triplet: 53, 61 and 20. RGB value is (83,97,32). Sum of RGB (Red+Green+Blue) = 83+97+32=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #536120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536120 is #AC9EDF. Grayscale: #555555. Windows color (decimal): -11312864 or 2122067. OLE color: 2122067.

HSL color Cylindrical-coordinate representation of color #536120: hue angle of 72.92º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #536120 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB839732-
CMYK0.1400.670.62
HSL72.92º50.39%25.29%-
HSV(B)72.92º67.01%38.04%-
XYZ8.110.492.96-
YUV85.497.86126.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=39.15%
G=45.75%
B=15.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397320.1400.670.6272.9250.3925.29
Hex536120E0433E493219
Octal12314140160103761116231
Binary10100111100001100000111001000011111110100100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536120; }

 p { color: rgb(83,97,32); }

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

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

 a { background-color: rgb(83,97,32); }

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

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

 span { border-color: rgb(83,97,32); }

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