#4BB582

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

Shades of Ocean Green #4BB582

Tints of Ocean Green #4BB582

Color information

#4BB582 (or 0x4BB582) is unknown color: approx Ocean Green. HEX triplet: 4B, B5 and 82. RGB value is (75,181,130). Sum of RGB (Red+Green+Blue) = 75+181+130=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB582 is #B44A7D. Grayscale: #8F8F8F. Windows color (decimal): -11815550 or 8566091. OLE color: 8566091.

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

Color convert

RGB75181130-
CMYK0.5900.280.29
HSL151.13º41.73%50.2%-
HSV(B)151.13º58.56%70.98%-
XYZ23.4536.1626.86-
YUV143.49120.3879.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.43%
GREEN value IS 181 (71.09% from 255) = 46.89%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=19.43%
G=46.89%
B=33.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751811300.5900.280.29151.1341.7350.2
Hex4BB5823B01C1D972a32
Octal11326520273034352275262
Binary100101110110101100000101110110111001110110010111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,181,130); }

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

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

 a { background-color: rgb(75,181,130); }

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

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

 span { border-color: rgb(75,181,130); }

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