#5E6134

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

Shades of Saratoga #5E6134

Tints of Saratoga #5E6134

Color information

#5E6134 (or 0x5E6134) is unknown color: approx Saratoga. HEX triplet: 5E, 61 and 34. RGB value is (94,97,52). Sum of RGB (Red+Green+Blue) = 94+97+52=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6134 is #A19ECB. Grayscale: #5B5B5B. Windows color (decimal): -10591948 or 3432798. OLE color: 3432798.

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

Color convert

RGB949752-
CMYK0.0300.460.62
HSL64º30.2%29.22%-
HSV(B)64º46.39%38.04%-
XYZ9.5111.184.9-
YUV90.97106.01130.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.68%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=38.68%
G=39.92%
B=21.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497520.0300.460.626430.229.22
Hex5E6134302E3E401e1d
Octal136141643056761003635
Binary1011110110000111010011010111011111010000001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,97,52); }

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

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

 a { background-color: rgb(94,97,52); }

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

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

 span { border-color: rgb(94,97,52); }

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