#49A56B

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

Shades of Ocean Green #49A56B

Tints of Ocean Green #49A56B

Color information

#49A56B (or 0x49A56B) is unknown color: approx Ocean Green. HEX triplet: 49, A5 and 6B. RGB value is (73,165,107). Sum of RGB (Red+Green+Blue) = 73+165+107=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #49A56B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A56B is #B65A94. Grayscale: #838383. Windows color (decimal): -11950741 or 7054665. OLE color: 7054665.

HSL color Cylindrical-coordinate representation of color #49A56B: hue angle of 142.17º 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 #49A56B is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB73165107-
CMYK0.5600.350.35
HSL142.17º38.66%46.67%-
HSV(B)142.17º55.76%64.71%-
XYZ18.8629.3918.59-
YUV130.88114.5286.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 165 (64.84% from 255) = 47.83%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=21.16%
G=47.83%
B=31.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731651070.5600.350.35142.1738.6646.67
Hex49A56B38023238e272f
Octal11124515370043432164757
Binary1001001101001011101011111000010001110001110001110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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