#489874

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

Shades of Ocean Green #489874

Tints of Ocean Green #489874

Color information

#489874 (or 0x489874) is unknown color: approx Ocean Green. HEX triplet: 48, 98 and 74. RGB value is (72,152,116). Sum of RGB (Red+Green+Blue) = 72+152+116=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #489874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489874 is #B7678B. Grayscale: #7C7C7C. Windows color (decimal): -12019596 or 7641160. OLE color: 7641160.

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

Color convert

RGB72152116-
CMYK0.5300.240.40
HSL153º35.71%43.92%-
HSV(B)153º52.63%59.61%-
XYZ17.0525.120.47-
YUV123.98123.590.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 152 (59.77% from 255) = 44.71%
BLUE value IS 116 (45.70% from 255) = 34.12%
R=21.18%
G=44.71%
B=34.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721521160.5300.240.4015335.7143.92
Hex489874350182899242c
Octal11023016465030502314454
Binary100100010011000111010011010101100010100010011001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489874; }

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

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

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

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

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

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

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

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