#489F79

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

Shades of Ocean Green #489F79

Tints of Ocean Green #489F79

Color information

#489F79 (or 0x489F79) is unknown color: approx Ocean Green. HEX triplet: 48, 9F and 79. RGB value is (72,159,121). Sum of RGB (Red+Green+Blue) = 72+159+121=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #489F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489F79 is #B76086. Grayscale: #808080. Windows color (decimal): -12017799 or 7970632. OLE color: 7970632.

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

Color convert

RGB72159121-
CMYK0.5500.240.38
HSL153.79º37.66%45.29%-
HSV(B)153.79º54.72%62.35%-
XYZ18.5227.5522.43-
YUV128.66123.6887.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=20.45%
G=45.17%
B=34.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721591210.5500.240.38153.7937.6645.29
Hex489F7937018269a262d
Octal11023717167030462324655
Binary100100010011111111100111011101100010011010011010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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