#4E5829

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

Shades of Saratoga #4E5829

Tints of Saratoga #4E5829

Color information

#4E5829 (or 0x4E5829) is unknown color: approx Saratoga. HEX triplet: 4E, 58 and 29. RGB value is (78,88,41). Sum of RGB (Red+Green+Blue) = 78+88+41=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5829 is #B1A7D6. Grayscale: #4F4F4F. Windows color (decimal): -11642839 or 2709582. OLE color: 2709582.

HSL color Cylindrical-coordinate representation of color #4E5829: hue angle of 72.77º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E5829 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB788841-
CMYK0.1100.530.65
HSL72.77º36.43%25.29%-
HSV(B)72.77º53.41%34.51%-
XYZ7.038.763.42-
YUV79.65106.19126.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.68%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=37.68%
G=42.51%
B=19.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7888410.1100.530.6572.7736.4325.29
Hex4E5829B03541492419
Octal11613051130651011114431
Binary10011101011000101001101101101011000001100100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E5829; }

 p { color: rgb(78,88,41); }

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

<style>
 a { background-color: #4E5829; }

 a { background-color: rgb(78,88,41); }

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

<style>
 span { border-color: #4E5829; }

 span { border-color: rgb(78,88,41); }

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