#489871

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

Shades of Ocean Green #489871

Tints of Ocean Green #489871

Color information

#489871 (or 0x489871) is unknown color: approx Ocean Green. HEX triplet: 48, 98 and 71. RGB value is (72,152,113). Sum of RGB (Red+Green+Blue) = 72+152+113=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #489871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489871 is #B7678E. Grayscale: #7B7B7B. Windows color (decimal): -12019599 or 7444552. OLE color: 7444552.

HSL color Cylindrical-coordinate representation of color #489871: hue angle of 150.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489871 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB72152113-
CMYK0.5300.260.40
HSL150.75º35.71%43.92%-
HSV(B)150.75º52.63%59.61%-
XYZ16.8825.0319.56-
YUV123.6312291.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=21.36%
G=45.10%
B=33.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721521130.5300.260.40150.7535.7143.92
Hex4898713501A2897242c
Octal11023016165032502274454
Binary100100010011000111000111010101101010100010010111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489871; }

 p { color: rgb(72,152,113); }

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

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

 a { background-color: rgb(72,152,113); }

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

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

 span { border-color: rgb(72,152,113); }

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