#489C76

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

Shades of Ocean Green #489C76

Tints of Ocean Green #489C76

Color information

#489C76 (or 0x489C76) is unknown color: approx Ocean Green. HEX triplet: 48, 9C and 76. RGB value is (72,156,118). Sum of RGB (Red+Green+Blue) = 72+156+118=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #489C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489C76 is #B76389. Grayscale: #7E7E7E. Windows color (decimal): -12018570 or 7773256. OLE color: 7773256.

HSL color Cylindrical-coordinate representation of color #489C76: hue angle of 152.86º 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 #489C76 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB72156118-
CMYK0.5400.240.39
HSL152.86º36.84%44.71%-
HSV(B)152.86º53.85%61.18%-
XYZ17.8326.4621.31-
YUV126.55123.1789.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 156 (61.33% from 255) = 45.09%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=20.81%
G=45.09%
B=34.10%

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
Decimal721561180.5400.240.39152.8636.8444.71
Hex489C76360182799252d
Octal11023416666030472314555
Binary100100010011100111011011011001100010011110011001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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