#4EA373

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

Shades of Ocean Green #4EA373

Tints of Ocean Green #4EA373

Color information

#4EA373 (or 0x4EA373) is unknown color: approx Ocean Green. HEX triplet: 4E, A3 and 73. RGB value is (78,163,115). Sum of RGB (Red+Green+Blue) = 78+163+115=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #4EA373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA373 is #B15C8C. Grayscale: #848484. Windows color (decimal): -11623565 or 7578446. OLE color: 7578446.

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

Color convert

RGB78163115-
CMYK0.5200.290.36
HSL146.12º35.27%47.25%-
HSV(B)146.12º52.15%63.92%-
XYZ19.3329.0520.81-
YUV132.11118.3489.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.91%
GREEN value IS 163 (64.06% from 255) = 45.79%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=21.91%
G=45.79%
B=32.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781631150.5200.290.36146.1235.2747.25
Hex4EA3733401D2492232f
Octal11624316364035442224357
Binary100111010100011111001111010001110110010010010010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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