#4BB37F

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

Shades of Ocean Green #4BB37F

Tints of Ocean Green #4BB37F

Color information

#4BB37F (or 0x4BB37F) is unknown color: approx Ocean Green. HEX triplet: 4B, B3 and 7F. RGB value is (75,179,127). Sum of RGB (Red+Green+Blue) = 75+179+127=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB37F is #B44C80. Grayscale: #8E8E8E. Windows color (decimal): -11816065 or 8368971. OLE color: 8368971.

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

Color convert

RGB75179127-
CMYK0.5800.290.30
HSL150º40.94%49.8%-
HSV(B)150º58.1%70.2%-
XYZ22.8535.2725.68-
YUV141.98119.5480.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.69%
GREEN value IS 179 (70.31% from 255) = 46.98%
BLUE value IS 127 (50% from 255) = 33.33%
R=19.69%
G=46.98%
B=33.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751791270.5800.290.3015040.9449.8
Hex4BB37F3A01D1E962932
Octal11326317772035362265162
Binary10010111011001111111111110100111011111010010110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,179,127); }

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

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

 a { background-color: rgb(75,179,127); }

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

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

 span { border-color: rgb(75,179,127); }

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