#489668

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

Shades of Ocean Green #489668

Tints of Ocean Green #489668

Color information

#489668 (or 0x489668) is unknown color: approx Ocean Green. HEX triplet: 48, 96 and 68. RGB value is (72,150,104). Sum of RGB (Red+Green+Blue) = 72+150+104=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #489668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489668 is #B76997. Grayscale: #797979. Windows color (decimal): -12020120 or 6854216. OLE color: 6854216.

HSL color Cylindrical-coordinate representation of color #489668: hue angle of 144.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489668 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB72150104-
CMYK0.5200.310.41
HSL144.62º35.14%43.53%-
HSV(B)144.62º52%58.82%-
XYZ16.0824.1916.92-
YUV121.43118.1692.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=22.09%
G=46.01%
B=31.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721501040.5200.310.41144.6235.1443.53
Hex4896683401F2991232c
Octal11022615064037512214354
Binary100100010010110110100011010001111110100110010001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489668; }

 p { color: rgb(72,150,104); }

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

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

 a { background-color: rgb(72,150,104); }

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

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

 span { border-color: rgb(72,150,104); }

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