#489877

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

Shades of Ocean Green #489877

Tints of Ocean Green #489877

Color information

#489877 (or 0x489877) is unknown color: approx Ocean Green. HEX triplet: 48, 98 and 77. RGB value is (72,152,119). Sum of RGB (Red+Green+Blue) = 72+152+119=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #489877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489877 is #B76788. Grayscale: #7C7C7C. Windows color (decimal): -12019593 or 7837768. OLE color: 7837768.

HSL color Cylindrical-coordinate representation of color #489877: hue angle of 155.25º 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 #489877 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB72152119-
CMYK0.5300.220.40
HSL155.25º35.71%43.92%-
HSV(B)155.25º52.63%59.61%-
XYZ17.2325.1721.4-
YUV124.3212590.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=20.99%
G=44.31%
B=34.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721521190.5300.220.40155.2535.7143.92
Hex48987735016289b242c
Octal11023016765026502334454
Binary100100010011000111011111010101011010100010011011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489877; }

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

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

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

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

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

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

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

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