#5E6132

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

Shades of Saratoga #5E6132

Tints of Saratoga #5E6132

Color information

#5E6132 (or 0x5E6132) is unknown color: approx Saratoga. HEX triplet: 5E, 61 and 32. RGB value is (94,97,50). Sum of RGB (Red+Green+Blue) = 94+97+50=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6132 is #A19ECD. Grayscale: #5A5A5A. Windows color (decimal): -10591950 or 3301726. OLE color: 3301726.

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

Color convert

RGB949750-
CMYK0.0300.480.62
HSL63.83º31.97%28.82%-
HSV(B)63.83º48.45%38.04%-
XYZ9.4711.164.67-
YUV90.74105.01130.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.00%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=39.00%
G=40.25%
B=20.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497500.0300.480.6263.8331.9728.82
Hex5E613230303E40201d
Octal136141623060761004035
Binary10111101100001110010110110000111110100000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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