#49A674

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

Shades of Ocean Green #49A674

Tints of Ocean Green #49A674

Color information

#49A674 (or 0x49A674) is unknown color: approx Ocean Green. HEX triplet: 49, A6 and 74. RGB value is (73,166,116). Sum of RGB (Red+Green+Blue) = 73+166+116=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #49A674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A674 is #B6598B. Grayscale: #848484. Windows color (decimal): -11950476 or 7644745. OLE color: 7644745.

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

Color convert

RGB73166116-
CMYK0.5600.300.35
HSL147.74º38.91%46.86%-
HSV(B)147.74º56.02%65.1%-
XYZ19.5429.9521.27-
YUV132.49118.6985.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=20.56%
G=46.76%
B=32.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731661160.5600.300.35147.7438.9146.86
Hex49A6743801E2394272f
Octal11124616470036432244757
Binary100100110100110111010011100001111010001110010100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,166,116); }

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

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

 a { background-color: rgb(73,166,116); }

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

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

 span { border-color: rgb(73,166,116); }

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