#4EB370

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

Shades of Ocean Green #4EB370

Tints of Ocean Green #4EB370

Color information

#4EB370 (or 0x4EB370) is unknown color: approx Ocean Green. HEX triplet: 4E, B3 and 70. RGB value is (78,179,112). Sum of RGB (Red+Green+Blue) = 78+179+112=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 179 - color contains mainly: green. Hex color #4EB370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB370 is #B14C8F. Grayscale: #8D8D8D. Windows color (decimal): -11619472 or 7385934. OLE color: 7385934.

HSL color Cylindrical-coordinate representation of color #4EB370: hue angle of 140.2º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB370 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB78179112-
CMYK0.5600.370.30
HSL140.2º39.92%50.39%-
HSV(B)140.2º56.42%70.2%-
XYZ22.1935.0320.92-
YUV141.16111.5482.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.14%
GREEN value IS 179 (70.31% from 255) = 48.51%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=21.14%
G=48.51%
B=30.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal781791120.5600.370.30140.239.9250.39
Hex4EB370380251E8c2832
Octal11626316070045362145062
Binary100111010110011111000011100001001011111010001100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,179,112); }

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

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

 a { background-color: rgb(78,179,112); }

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

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

 span { border-color: rgb(78,179,112); }

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