#4DB37C

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

Shades of Ocean Green #4DB37C

Tints of Ocean Green #4DB37C

Color information

#4DB37C (or 0x4DB37C) is unknown color: approx Ocean Green. HEX triplet: 4D, B3 and 7C. RGB value is (77,179,124). Sum of RGB (Red+Green+Blue) = 77+179+124=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB37C is #B24C83. Grayscale: #8E8E8E. Windows color (decimal): -11684996 or 8172365. OLE color: 8172365.

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

Color convert

RGB77179124-
CMYK0.5700.310.30
HSL147.65º40.16%50.2%-
HSV(B)147.65º56.98%70.2%-
XYZ22.8235.2724.67-
YUV142.23117.7181.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.26%
GREEN value IS 179 (70.31% from 255) = 47.11%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=20.26%
G=47.11%
B=32.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal771791240.5700.310.30147.6540.1650.2
Hex4DB37C3901F1E942832
Octal11526317471037362245062
Binary10011011011001111111001110010111111111010010100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,179,124); }

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

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

 a { background-color: rgb(77,179,124); }

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

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

 span { border-color: rgb(77,179,124); }

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