#4EB574

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

Shades of Ocean Green #4EB574

Tints of Ocean Green #4EB574

Color information

#4EB574 (or 0x4EB574) is unknown color: approx Ocean Green. HEX triplet: 4E, B5 and 74. RGB value is (78,181,116). Sum of RGB (Red+Green+Blue) = 78+181+116=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #4EB574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB574 is #B14A8B. Grayscale: #8E8E8E. Windows color (decimal): -11618956 or 7648590. OLE color: 7648590.

HSL color Cylindrical-coordinate representation of color #4EB574: hue angle of 142.14º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB574 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB78181116-
CMYK0.5700.360.29
HSL142.14º41.04%50.78%-
HSV(B)142.14º56.91%70.98%-
XYZ22.8235.9322.26-
YUV142.79112.8881.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.8%
GREEN value IS 181 (71.09% from 255) = 48.27%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=20.8%
G=48.27%
B=30.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781811160.5700.360.29142.1441.0450.78
Hex4EB574390241D8e2933
Octal11626516471044352165163
Binary100111010110101111010011100101001001110110001110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,181,116); }

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

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

 a { background-color: rgb(78,181,116); }

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

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

 span { border-color: rgb(78,181,116); }

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