#4BB281

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

Shades of Ocean Green #4BB281

Tints of Ocean Green #4BB281

Color information

#4BB281 (or 0x4BB281) is unknown color: approx Ocean Green. HEX triplet: 4B, B2 and 81. RGB value is (75,178,129). Sum of RGB (Red+Green+Blue) = 75+178+129=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB281 is #B44D7E. Grayscale: #8D8D8D. Windows color (decimal): -11816319 or 8499787. OLE color: 8499787.

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

Color convert

RGB75178129-
CMYK0.5800.280.30
HSL151.46º40.71%49.61%-
HSV(B)151.46º57.87%69.8%-
XYZ22.7834.9226.31-
YUV141.62120.8880.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.63%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 129 (50.78% from 255) = 33.77%
R=19.63%
G=46.60%
B=33.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751781290.5800.280.30151.4640.7149.61
Hex4BB2813A01C1E972932
Octal11326220172034362275162
Binary100101110110010100000011110100111001111010010111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,178,129); }

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

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

 a { background-color: rgb(75,178,129); }

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

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

 span { border-color: rgb(75,178,129); }

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