#489B76

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

Shades of Ocean Green #489B76

Tints of Ocean Green #489B76

Color information

#489B76 (or 0x489B76) is unknown color: approx Ocean Green. HEX triplet: 48, 9B and 76. RGB value is (72,155,118). Sum of RGB (Red+Green+Blue) = 72+155+118=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #489B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B76 is #B76489. Grayscale: #7E7E7E. Windows color (decimal): -12018826 or 7773000. OLE color: 7773000.

HSL color Cylindrical-coordinate representation of color #489B76: hue angle of 153.25º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489B76 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB72155118-
CMYK0.5400.240.39
HSL153.25º36.56%44.51%-
HSV(B)153.25º53.55%60.78%-
XYZ17.6626.1321.25-
YUV125.96123.589.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 155 (60.94% from 255) = 44.93%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=20.87%
G=44.93%
B=34.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721551180.5400.240.39153.2536.5644.51
Hex489B76360182799252d
Octal11023316666030472314555
Binary100100010011011111011011011001100010011110011001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489B76; }

 p { color: rgb(72,155,118); }

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

<style>
 a { background-color: #489B76; }

 a { background-color: rgb(72,155,118); }

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

<style>
 span { border-color: #489B76; }

 span { border-color: rgb(72,155,118); }

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