#4E5A28

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

Shades of Saratoga #4E5A28

Tints of Saratoga #4E5A28

Color information

#4E5A28 (or 0x4E5A28) is unknown color: approx Saratoga. HEX triplet: 4E, 5A and 28. RGB value is (78,90,40). Sum of RGB (Red+Green+Blue) = 78+90+40=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5A28 is #B1A5D7. Grayscale: #505050. Windows color (decimal): -11642328 or 2644558. OLE color: 2644558.

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

Color convert

RGB789040-
CMYK0.1300.560.65
HSL74.4º38.46%25.49%-
HSV(B)74.4º55.56%35.29%-
XYZ7.189.093.38-
YUV80.71105.02126.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.5%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=37.5%
G=43.27%
B=19.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7890400.1300.560.6574.438.4625.49
Hex4E5A28D038414a2619
Octal11613250150701011124631
Binary10011101011010101000110101110001000001100101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,90,40); }

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

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

 a { background-color: rgb(78,90,40); }

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

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

 span { border-color: rgb(78,90,40); }

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