#4E5830

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

Shades of Saratoga #4E5830

Tints of Saratoga #4E5830

Color information

#4E5830 (or 0x4E5830) is unknown color: approx Saratoga. HEX triplet: 4E, 58 and 30. RGB value is (78,88,48). Sum of RGB (Red+Green+Blue) = 78+88+48=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5830 is #B1A7CF. Grayscale: #505050. Windows color (decimal): -11642832 or 3168334. OLE color: 3168334.

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

Color convert

RGB788848-
CMYK0.1100.450.65
HSL75º29.41%26.67%-
HSV(B)75º45.45%34.51%-
XYZ7.178.814.12-
YUV80.45109.69126.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.45%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=36.45%
G=41.12%
B=22.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7888480.1100.450.657529.4126.67
Hex4E5830B02D414b1d1b
Octal11613060130551011133533
Binary1001110101100011000010110101101100000110010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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