#489669

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

Shades of Ocean Green #489669

Tints of Ocean Green #489669

Color information

#489669 (or 0x489669) is unknown color: approx Ocean Green. HEX triplet: 48, 96 and 69. RGB value is (72,150,105). Sum of RGB (Red+Green+Blue) = 72+150+105=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #489669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489669 is #B76996. Grayscale: #797979. Windows color (decimal): -12020119 or 6919752. OLE color: 6919752.

HSL color Cylindrical-coordinate representation of color #489669: hue angle of 145.38º 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 #489669 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB72150105-
CMYK0.5200.300.41
HSL145.38º35.14%43.53%-
HSV(B)145.38º52%58.82%-
XYZ16.1324.2117.19-
YUV121.55118.6692.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=22.02%
G=45.87%
B=32.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721501050.5200.300.41145.3835.1443.53
Hex4896693401E2991232c
Octal11022615164036512214354
Binary100100010010110110100111010001111010100110010001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489669; }

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

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

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

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

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

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

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

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