#5A6033

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

Shades of Saratoga #5A6033

Tints of Saratoga #5A6033

Color information

#5A6033 (or 0x5A6033) is unknown color: approx Saratoga. HEX triplet: 5A, 60 and 33. RGB value is (90,96,51). Sum of RGB (Red+Green+Blue) = 90+96+51=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6033 is #A59FCC. Grayscale: #595959. Windows color (decimal): -10854349 or 3367002. OLE color: 3367002.

HSL color Cylindrical-coordinate representation of color #5A6033: hue angle of 68º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A6033 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB909651-
CMYK0.0600.470.62
HSL68º30.61%28.82%-
HSV(B)68º46.88%37.65%-
XYZ910.784.74-
YUV89.08106.51128.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.97%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=37.97%
G=40.51%
B=21.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096510.0600.470.626830.6128.82
Hex5A6033602F3E441f1d
Octal132140636057761043735
Binary10110101100000110011110010111111111010001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6033; }

 p { color: rgb(90,96,51); }

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

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

 a { background-color: rgb(90,96,51); }

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

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

 span { border-color: rgb(90,96,51); }

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