#4EA388

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

Shades of Gossamer #4EA388

Tints of Gossamer #4EA388

Color information

#4EA388 (or 0x4EA388) is unknown color: approx Gossamer. HEX triplet: 4E, A3 and 88. RGB value is (78,163,136). Sum of RGB (Red+Green+Blue) = 78+163+136=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #4EA388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA388 is #B15C77. Grayscale: #868686. Windows color (decimal): -11623544 or 8954702. OLE color: 8954702.

HSL color Cylindrical-coordinate representation of color #4EA388: hue angle of 160.94º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA388 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB78163136-
CMYK0.5200.170.36
HSL160.94º35.27%47.25%-
HSV(B)160.94º52.15%63.92%-
XYZ20.6829.5927.91-
YUV134.51128.8487.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.69%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 136 (53.52% from 255) = 36.07%
R=20.69%
G=43.24%
B=36.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781631360.5200.170.36160.9435.2747.25
Hex4EA3883401124a1232f
Octal11624321064021442414357
Binary1001110101000111000100011010001000110010010100001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,163,136); }

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

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

 a { background-color: rgb(78,163,136); }

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

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

 span { border-color: rgb(78,163,136); }

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