#4BB484

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

Shades of Ocean Green #4BB484

Tints of Ocean Green #4BB484

Color information

#4BB484 (or 0x4BB484) is unknown color: approx Ocean Green. HEX triplet: 4B, B4 and 84. RGB value is (75,180,132). Sum of RGB (Red+Green+Blue) = 75+180+132=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB484 is #B44B7B. Grayscale: #8F8F8F. Windows color (decimal): -11815804 or 8696907. OLE color: 8696907.

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

Color convert

RGB75180132-
CMYK0.5800.270.29
HSL152.57º41.18%50%-
HSV(B)152.57º58.33%70.59%-
XYZ23.3935.827.51-
YUV143.13121.7179.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.38%
GREEN value IS 180 (70.70% from 255) = 46.51%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=19.38%
G=46.51%
B=34.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751801320.5800.270.29152.5741.1850
Hex4BB4843A01B1D992932
Octal11326420472033352315162
Binary100101110110100100001001110100110111110110011001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,180,132); }

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

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

 a { background-color: rgb(75,180,132); }

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

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

 span { border-color: rgb(75,180,132); }

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