#489F74

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

Shades of Ocean Green #489F74

Tints of Ocean Green #489F74

Color information

#489F74 (or 0x489F74) is unknown color: approx Ocean Green. HEX triplet: 48, 9F and 74. RGB value is (72,159,116). Sum of RGB (Red+Green+Blue) = 72+159+116=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #489F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489F74 is #B7608B. Grayscale: #808080. Windows color (decimal): -12017804 or 7642952. OLE color: 7642952.

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

Color convert

RGB72159116-
CMYK0.5500.270.38
HSL150.34º37.66%45.29%-
HSV(B)150.34º54.72%62.35%-
XYZ18.2227.4320.86-
YUV128.08121.1888-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 159 (62.5% from 255) = 45.82%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=20.75%
G=45.82%
B=33.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721591160.5500.270.38150.3437.6645.29
Hex489F743701B2696262d
Octal11023716467033462264655
Binary100100010011111111010011011101101110011010010110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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