#489B6C

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

Shades of Ocean Green #489B6C

Tints of Ocean Green #489B6C

Color information

#489B6C (or 0x489B6C) is unknown color: approx Ocean Green. HEX triplet: 48, 9B and 6C. RGB value is (72,155,108). Sum of RGB (Red+Green+Blue) = 72+155+108=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #489B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B6C is #B76493. Grayscale: #7C7C7C. Windows color (decimal): -12018836 or 7117640. OLE color: 7117640.

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

Color convert

RGB72155108-
CMYK0.5400.300.39
HSL146.02º36.56%44.51%-
HSV(B)146.02º53.55%60.78%-
XYZ17.125.918.29-
YUV124.82118.590.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 155 (60.94% from 255) = 46.27%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=21.49%
G=46.27%
B=32.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721551080.5400.300.39146.0236.5644.51
Hex489B6C3601E2792252d
Octal11023315466036472224555
Binary100100010011011110110011011001111010011110010010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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