#5E602F

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

Shades of Saratoga #5E602F

Tints of Saratoga #5E602F

Color information

#5E602F (or 0x5E602F) is unknown color: approx Saratoga. HEX triplet: 5E, 60 and 2F. RGB value is (94,96,47). Sum of RGB (Red+Green+Blue) = 94+96+47=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #5E602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E602F is #A19FD0. Grayscale: #5A5A5A. Windows color (decimal): -10592209 or 3104862. OLE color: 3104862.

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

Color convert

RGB949647-
CMYK0.0200.510.62
HSL62.45º34.27%28.04%-
HSV(B)62.45º51.04%37.65%-
XYZ9.3110.954.31-
YUV89.82103.84130.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.66%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=39.66%
G=40.51%
B=19.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496470.0200.510.6262.4534.2728.04
Hex5E602F20333E3e221c
Octal13614057206376764234
Binary1011110110000010111110011001111111011111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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