#489D76

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

Shades of Ocean Green #489D76

Tints of Ocean Green #489D76

Color information

#489D76 (or 0x489D76) is unknown color: approx Ocean Green. HEX triplet: 48, 9D and 76. RGB value is (72,157,118). Sum of RGB (Red+Green+Blue) = 72+157+118=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #489D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D76 is #B76289. Grayscale: #7F7F7F. Windows color (decimal): -12018314 or 7773512. OLE color: 7773512.

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

Color convert

RGB72157118-
CMYK0.5400.250.38
HSL152.47º37.12%44.9%-
HSV(B)152.47º54.14%61.57%-
XYZ1826.821.36-
YUV127.14122.8488.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 157 (61.72% from 255) = 45.24%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=20.75%
G=45.24%
B=34.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721571180.5400.250.38152.4737.1244.9
Hex489D76360192698252d
Octal11023516666031462304555
Binary100100010011101111011011011001100110011010011000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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