#5E6329

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

Shades of Saratoga #5E6329

Tints of Saratoga #5E6329

Color information

#5E6329 (or 0x5E6329) is unknown color: approx Saratoga. HEX triplet: 5E, 63 and 29. RGB value is (94,99,41). Sum of RGB (Red+Green+Blue) = 94+99+41=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6329 is #A19CD6. Grayscale: #5B5B5B. Windows color (decimal): -10591447 or 2712414. OLE color: 2712414.

HSL color Cylindrical-coordinate representation of color #5E6329: hue angle of 65.17º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E6329 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB949941-
CMYK0.0500.590.61
HSL65.17º41.43%27.45%-
HSV(B)65.17º58.59%38.82%-
XYZ9.4811.463.81-
YUV90.8999.84130.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.17%
GREEN value IS 99 (39.06% from 255) = 42.31%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=40.17%
G=42.31%
B=17.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9499410.0500.590.6165.1741.4327.45
Hex5E6329503B3D41291b
Octal136143515073751015133
Binary101111011000111010011010111011111101100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,99,41); }

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

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

 a { background-color: rgb(94,99,41); }

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

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

 span { border-color: rgb(94,99,41); }

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