#489F77

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

Shades of Ocean Green #489F77

Tints of Ocean Green #489F77

Color information

#489F77 (or 0x489F77) is unknown color: approx Ocean Green. HEX triplet: 48, 9F and 77. RGB value is (72,159,119). Sum of RGB (Red+Green+Blue) = 72+159+119=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 159 - color contains mainly: green. Hex color #489F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489F77 is #B76088. Grayscale: #808080. Windows color (decimal): -12017801 or 7839560. OLE color: 7839560.

HSL color Cylindrical-coordinate representation of color #489F77: hue angle of 152.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #489F77 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB72159119-
CMYK0.5500.250.38
HSL152.41º37.66%45.29%-
HSV(B)152.41º54.72%62.35%-
XYZ18.427.5121.79-
YUV128.43122.6887.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.57%
GREEN value IS 159 (62.5% from 255) = 45.43%
BLUE value IS 119 (46.88% from 255) = 34%
R=20.57%
G=45.43%
B=34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721591190.5500.250.38152.4137.6645.29
Hex489F77370192698262d
Octal11023716767031462304655
Binary100100010011111111011111011101100110011010011000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,159,119); }

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

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

 a { background-color: rgb(72,159,119); }

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

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

 span { border-color: rgb(72,159,119); }

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