#49A480

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

Shades of Ocean Green #49A480

Tints of Ocean Green #49A480

Color information

#49A480 (or 0x49A480) is unknown color: approx Ocean Green. HEX triplet: 49, A4 and 80. RGB value is (73,164,128). Sum of RGB (Red+Green+Blue) = 73+164+128=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #49A480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A480 is #B65B7F. Grayscale: #848484. Windows color (decimal): -11950976 or 8430665. OLE color: 8430665.

HSL color Cylindrical-coordinate representation of color #49A480: hue angle of 156.26º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A480 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB73164128-
CMYK0.5500.220.36
HSL156.26º38.4%46.47%-
HSV(B)156.26º55.49%64.31%-
XYZ19.9229.5325.07-
YUV132.69125.3585.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=20%
G=44.93%
B=35.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731641280.5500.220.36156.2638.446.47
Hex49A48037016249c262e
Octal11124420067026442344656
Binary1001001101001001000000011011101011010010010011100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A480; }

 p { color: rgb(73,164,128); }

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

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

 a { background-color: rgb(73,164,128); }

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

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

 span { border-color: rgb(73,164,128); }

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