#4E8A5C

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

Shades of Como #4E8A5C

Tints of Como #4E8A5C

Color information

#4E8A5C (or 0x4E8A5C) is unknown color: approx Como. HEX triplet: 4E, 8A and 5C. RGB value is (78,138,92). Sum of RGB (Red+Green+Blue) = 78+138+92=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #4E8A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8A5C is #B175A3. Grayscale: #727272. Windows color (decimal): -11629988 or 6064718. OLE color: 6064718.

HSL color Cylindrical-coordinate representation of color #4E8A5C: hue angle of 134º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E8A5C is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB7813892-
CMYK0.4300.330.46
HSL134º27.78%42.35%-
HSV(B)134º43.48%54.12%-
XYZ14.1620.5713.35-
YUV114.82115.12101.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.32%
GREEN value IS 138 (54.30% from 255) = 44.81%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=25.32%
G=44.81%
B=29.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal78138920.4300.330.4613427.7842.35
Hex4E8A5C2B0212E861c2a
Octal11621213453041562063452
Binary100111010001010101110010101101000011011101000011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,138,92); }

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

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

 a { background-color: rgb(78,138,92); }

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

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

 span { border-color: rgb(78,138,92); }

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