#5E6032

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

Shades of Saratoga #5E6032

Tints of Saratoga #5E6032

Color information

#5E6032 (or 0x5E6032) is unknown color: approx Saratoga. HEX triplet: 5E, 60 and 32. RGB value is (94,96,50). Sum of RGB (Red+Green+Blue) = 94+96+50=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6032 is #A19FCD. Grayscale: #5A5A5A. Windows color (decimal): -10592206 or 3301470. OLE color: 3301470.

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

Color convert

RGB949650-
CMYK0.0200.480.62
HSL62.61º31.51%28.63%-
HSV(B)62.61º47.92%37.65%-
XYZ9.3710.984.64-
YUV90.16105.34130.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.17%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=39.17%
G=40%
B=20.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496500.0200.480.6262.6131.5128.63
Hex5E603220303E3f201d
Octal13614062206076774035
Binary1011110110000011001010011000011111011111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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