#4BB370

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

Shades of Ocean Green #4BB370

Tints of Ocean Green #4BB370

Color information

#4BB370 (or 0x4BB370) is unknown color: approx Ocean Green. HEX triplet: 4B, B3 and 70. RGB value is (75,179,112). Sum of RGB (Red+Green+Blue) = 75+179+112=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB370 is #B44C8F. Grayscale: #8C8C8C. Windows color (decimal): -11816080 or 7385931. OLE color: 7385931.

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

Color convert

RGB75179112-
CMYK0.5800.370.30
HSL141.35º40.94%49.8%-
HSV(B)141.35º58.1%70.2%-
XYZ21.9534.9120.91-
YUV140.27112.0481.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.49%
GREEN value IS 179 (70.31% from 255) = 48.91%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=20.49%
G=48.91%
B=30.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751791120.5800.370.30141.3540.9449.8
Hex4BB3703A0251E8d2932
Octal11326316072045362155162
Binary100101110110011111000011101001001011111010001101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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