#4EA278

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

Shades of Ocean Green #4EA278

Tints of Ocean Green #4EA278

Color information

#4EA278 (or 0x4EA278) is unknown color: approx Ocean Green. HEX triplet: 4E, A2 and 78. RGB value is (78,162,120). Sum of RGB (Red+Green+Blue) = 78+162+120=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA278 is #B15D87. Grayscale: #848484. Windows color (decimal): -11623816 or 7905870. OLE color: 7905870.

HSL color Cylindrical-coordinate representation of color #4EA278: hue angle of 150º 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 #4EA278 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB78162120-
CMYK0.5200.260.36
HSL150º35%47.06%-
HSV(B)150º51.85%63.53%-
XYZ19.4528.8222.31-
YUV132.1121.1789.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.67%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=21.67%
G=45%
B=33.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781621200.5200.260.361503547.06
Hex4EA2783401A2496232f
Octal11624217064032442264357
Binary100111010100010111100011010001101010010010010110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,162,120); }

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

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

 a { background-color: rgb(78,162,120); }

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

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

 span { border-color: rgb(78,162,120); }

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