#4EB582

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

Shades of Ocean Green #4EB582

Tints of Ocean Green #4EB582

Color information

#4EB582 (or 0x4EB582) is unknown color: approx Ocean Green. HEX triplet: 4E, B5 and 82. RGB value is (78,181,130). Sum of RGB (Red+Green+Blue) = 78+181+130=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #4EB582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB582 is #B14A7D. Grayscale: #909090. Windows color (decimal): -11618942 or 8566094. OLE color: 8566094.

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

Color convert

RGB78181130-
CMYK0.5700.280.29
HSL150.29º41.04%50.78%-
HSV(B)150.29º56.91%70.98%-
XYZ23.736.2826.87-
YUV144.39119.8880.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.05%
GREEN value IS 181 (71.09% from 255) = 46.53%
BLUE value IS 130 (51.17% from 255) = 33.42%
R=20.05%
G=46.53%
B=33.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781811300.5700.280.29150.2941.0450.78
Hex4EB5823901C1D962933
Octal11626520271034352265163
Binary100111010110101100000101110010111001110110010110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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