#489D77

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

Shades of Ocean Green #489D77

Tints of Ocean Green #489D77

Color information

#489D77 (or 0x489D77) is unknown color: approx Ocean Green. HEX triplet: 48, 9D and 77. RGB value is (72,157,119). Sum of RGB (Red+Green+Blue) = 72+157+119=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #489D77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D77 is #B76288. Grayscale: #7F7F7F. Windows color (decimal): -12018313 or 7839048. OLE color: 7839048.

HSL color Cylindrical-coordinate representation of color #489D77: hue angle of 153.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489D77 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB72157119-
CMYK0.5400.240.38
HSL153.18º37.12%44.9%-
HSV(B)153.18º54.14%61.57%-
XYZ18.0626.8221.68-
YUV127.25123.3488.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 157 (61.72% from 255) = 45.11%
BLUE value IS 119 (46.88% from 255) = 34.20%
R=20.69%
G=45.11%
B=34.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721571190.5400.240.38153.1837.1244.9
Hex489D77360182699252d
Octal11023516766030462314555
Binary100100010011101111011111011001100010011010011001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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