#5E6033

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

Shades of Saratoga #5E6033

Tints of Saratoga #5E6033

Color information

#5E6033 (or 0x5E6033) is unknown color: approx Saratoga. HEX triplet: 5E, 60 and 33. RGB value is (94,96,51). Sum of RGB (Red+Green+Blue) = 94+96+51=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6033 is #A19FCC. Grayscale: #5A5A5A. Windows color (decimal): -10592205 or 3367006. OLE color: 3367006.

HSL color Cylindrical-coordinate representation of color #5E6033: hue angle of 62.67º 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 #5E6033 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB949651-
CMYK0.0200.470.62
HSL62.67º30.61%28.82%-
HSV(B)62.67º46.88%37.65%-
XYZ9.410.984.76-
YUV90.27105.84130.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.00%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 51 (20.31% from 255) = 21.16%
R=39.00%
G=39.83%
B=21.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496510.0200.470.6262.6730.6128.82
Hex5E6033202F3E3f1f1d
Octal13614063205776773735
Binary101111011000001100111001011111111101111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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