#489D74

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

Shades of Ocean Green #489D74

Tints of Ocean Green #489D74

Color information

#489D74 (or 0x489D74) is unknown color: approx Ocean Green. HEX triplet: 48, 9D and 74. RGB value is (72,157,116). Sum of RGB (Red+Green+Blue) = 72+157+116=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #489D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D74 is #B7628B. Grayscale: #7E7E7E. Windows color (decimal): -12018316 or 7642440. OLE color: 7642440.

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

Color convert

RGB72157116-
CMYK0.5400.260.38
HSL151.06º37.12%44.9%-
HSV(B)151.06º54.14%61.57%-
XYZ17.8826.7520.74-
YUV126.91121.8488.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 157 (61.72% from 255) = 45.51%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=20.87%
G=45.51%
B=33.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721571160.5400.260.38151.0637.1244.9
Hex489D743601A2697252d
Octal11023516466032462274555
Binary100100010011101111010011011001101010011010010111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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