#489B77

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

Shades of Ocean Green #489B77

Tints of Ocean Green #489B77

Color information

#489B77 (or 0x489B77) is unknown color: approx Ocean Green. HEX triplet: 48, 9B and 77. RGB value is (72,155,119). Sum of RGB (Red+Green+Blue) = 72+155+119=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #489B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B77 is #B76488. Grayscale: #7E7E7E. Windows color (decimal): -12018825 or 7838536. OLE color: 7838536.

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

Color convert

RGB72155119-
CMYK0.5400.230.39
HSL153.98º36.56%44.51%-
HSV(B)153.98º53.55%60.78%-
XYZ17.7226.1521.57-
YUV126.0812489.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=20.81%
G=44.80%
B=34.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721551190.5400.230.39153.9836.5644.51
Hex489B7736017279a252d
Octal11023316766027472324555
Binary100100010011011111011111011001011110011110011010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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