#4BB375

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

Shades of Ocean Green #4BB375

Tints of Ocean Green #4BB375

Color information

#4BB375 (or 0x4BB375) is unknown color: approx Ocean Green. HEX triplet: 4B, B3 and 75. RGB value is (75,179,117). Sum of RGB (Red+Green+Blue) = 75+179+117=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB375 is #B44C8A. Grayscale: #8C8C8C. Windows color (decimal): -11816075 or 7713611. OLE color: 7713611.

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

Color convert

RGB75179117-
CMYK0.5800.350.30
HSL144.23º40.94%49.8%-
HSV(B)144.23º58.1%70.2%-
XYZ22.2335.0222.42-
YUV140.84114.5481.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.22%
GREEN value IS 179 (70.31% from 255) = 48.25%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=20.22%
G=48.25%
B=31.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751791170.5800.350.30144.2340.9449.8
Hex4BB3753A0231E902932
Octal11326316572043362205162
Binary100101110110011111010111101001000111111010010000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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