#4EB37B

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

Shades of Ocean Green #4EB37B

Tints of Ocean Green #4EB37B

Color information

#4EB37B (or 0x4EB37B) is unknown color: approx Ocean Green. HEX triplet: 4E, B3 and 7B. RGB value is (78,179,123). Sum of RGB (Red+Green+Blue) = 78+179+123=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #4EB37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB37B is #B14C84. Grayscale: #8E8E8E. Windows color (decimal): -11619461 or 8106830. OLE color: 8106830.

HSL color Cylindrical-coordinate representation of color #4EB37B: hue angle of 146.73º 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 #4EB37B is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB78179123-
CMYK0.5600.310.30
HSL146.73º39.92%50.39%-
HSV(B)146.73º56.42%70.2%-
XYZ22.8435.2924.35-
YUV142.42117.0482.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.53%
GREEN value IS 179 (70.31% from 255) = 47.11%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=20.53%
G=47.11%
B=32.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal781791230.5600.310.30146.7339.9250.39
Hex4EB37B3801F1E932832
Octal11626317370037362235062
Binary10011101011001111110111110000111111111010010011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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