#536229

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

Shades of Saratoga #536229

Tints of Saratoga #536229

Color information

#536229 (or 0x536229) is unknown color: approx Saratoga. HEX triplet: 53, 62 and 29. RGB value is (83,98,41). Sum of RGB (Red+Green+Blue) = 83+98+41=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #536229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536229 is #AC9DD6. Grayscale: #575757. Windows color (decimal): -11312599 or 2712147. OLE color: 2712147.

HSL color Cylindrical-coordinate representation of color #536229: hue angle of 75.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #536229 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB839841-
CMYK0.1500.580.62
HSL75.79º41.01%27.25%-
HSV(B)75.79º58.16%38.43%-
XYZ8.3410.733.73-
YUV87.02102.03125.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=37.39%
G=44.14%
B=18.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398410.1500.580.6275.7941.0127.25
Hex536229F03A3E4c291b
Octal1231425117072761145133
Binary1010011110001010100111110111010111110100110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536229; }

 p { color: rgb(83,98,41); }

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

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

 a { background-color: rgb(83,98,41); }

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

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

 span { border-color: rgb(83,98,41); }

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