#489776

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

Shades of Ocean Green #489776

Tints of Ocean Green #489776

Color information

#489776 (or 0x489776) is unknown color: approx Ocean Green. HEX triplet: 48, 97 and 76. RGB value is (72,151,118). Sum of RGB (Red+Green+Blue) = 72+151+118=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #489776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489776 is #B76889. Grayscale: #7B7B7B. Windows color (decimal): -12019850 or 7771976. OLE color: 7771976.

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

Color convert

RGB72151118-
CMYK0.5200.220.41
HSL154.94º35.43%43.73%-
HSV(B)154.94º52.32%59.22%-
XYZ17.0124.8221.03-
YUV123.62124.8391.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 151 (59.38% from 255) = 44.28%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=21.11%
G=44.28%
B=34.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721511180.5200.220.41154.9435.4343.73
Hex48977634016299b232c
Octal11022716664026512334354
Binary100100010010111111011011010001011010100110011011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489776; }

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

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

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

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

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

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

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

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