#489F6F

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

Shades of Ocean Green #489F6F

Tints of Ocean Green #489F6F

Color information

#489F6F (or 0x489F6F) is unknown color: approx Ocean Green. HEX triplet: 48, 9F and 6F. RGB value is (72,159,111). Sum of RGB (Red+Green+Blue) = 72+159+111=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #489F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489F6F is #B76090. Grayscale: #7F7F7F. Windows color (decimal): -12017809 or 7315272. OLE color: 7315272.

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

Color convert

RGB72159111-
CMYK0.5500.300.38
HSL146.9º37.66%45.29%-
HSV(B)146.9º54.72%62.35%-
XYZ17.9427.3219.37-
YUV127.51118.6888.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 159 (62.5% from 255) = 46.49%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=21.05%
G=46.49%
B=32.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721591110.5500.300.38146.937.6645.29
Hex489F6F3701E2693262d
Octal11023715767036462234655
Binary100100010011111110111111011101111010011010010011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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