#49A578

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

Shades of Ocean Green #49A578

Tints of Ocean Green #49A578

Color information

#49A578 (or 0x49A578) is unknown color: approx Ocean Green. HEX triplet: 49, A5 and 78. RGB value is (73,165,120). Sum of RGB (Red+Green+Blue) = 73+165+120=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #49A578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A578 is #B65A87. Grayscale: #848484. Windows color (decimal): -11950728 or 7906633. OLE color: 7906633.

HSL color Cylindrical-coordinate representation of color #49A578: hue angle of 150.65º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A578 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB73165120-
CMYK0.5600.270.35
HSL150.65º38.66%46.67%-
HSV(B)150.65º55.76%64.71%-
XYZ19.5929.6822.47-
YUV132.36121.0285.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.39%
GREEN value IS 165 (64.84% from 255) = 46.09%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=20.39%
G=46.09%
B=33.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731651200.5600.270.35150.6538.6646.67
Hex49A5783801B2397272f
Octal11124517070033432274757
Binary100100110100101111100011100001101110001110010111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,165,120); }

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

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

 a { background-color: rgb(73,165,120); }

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

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

 span { border-color: rgb(73,165,120); }

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