#489B6F

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

Shades of Ocean Green #489B6F

Tints of Ocean Green #489B6F

Color information

#489B6F (or 0x489B6F) is unknown color: approx Ocean Green. HEX triplet: 48, 9B and 6F. RGB value is (72,155,111). Sum of RGB (Red+Green+Blue) = 72+155+111=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #489B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B6F is #B76490. Grayscale: #7D7D7D. Windows color (decimal): -12018833 or 7314248. OLE color: 7314248.

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

Color convert

RGB72155111-
CMYK0.5400.280.39
HSL148.19º36.56%44.51%-
HSV(B)148.19º53.55%60.78%-
XYZ17.2625.9719.14-
YUV125.1712090.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 155 (60.94% from 255) = 45.86%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=21.30%
G=45.86%
B=32.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721551110.5400.280.39148.1936.5644.51
Hex489B6F3601C2794252d
Octal11023315766034472244555
Binary100100010011011110111111011001110010011110010100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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