#536026

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

Shades of Saratoga #536026

Tints of Saratoga #536026

Color information

#536026 (or 0x536026) is unknown color: approx Saratoga. HEX triplet: 53, 60 and 26. RGB value is (83,96,38). Sum of RGB (Red+Green+Blue) = 83+96+38=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #536026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536026 is #AC9FD9. Grayscale: #555555. Windows color (decimal): -11313114 or 2515027. OLE color: 2515027.

HSL color Cylindrical-coordinate representation of color #536026: hue angle of 73.45º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536026 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB839638-
CMYK0.1400.600.62
HSL73.45º43.28%26.27%-
HSV(B)73.45º60.42%37.65%-
XYZ8.110.343.4-
YUV85.5101.19126.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=38.25%
G=44.24%
B=17.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396380.1400.600.6273.4543.2826.27
Hex536026E03C3E492b1a
Octal1231404616074761115332
Binary1010011110000010011011100111100111110100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536026; }

 p { color: rgb(83,96,38); }

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

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

 a { background-color: rgb(83,96,38); }

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

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

 span { border-color: rgb(83,96,38); }

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