#49A472

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

Shades of Ocean Green #49A472

Tints of Ocean Green #49A472

Color information

#49A472 (or 0x49A472) is unknown color: approx Ocean Green. HEX triplet: 49, A4 and 72. RGB value is (73,164,114). Sum of RGB (Red+Green+Blue) = 73+164+114=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #49A472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A472 is #B65B8D. Grayscale: #838383. Windows color (decimal): -11950990 or 7513161. OLE color: 7513161.

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

Color convert

RGB73164114-
CMYK0.5500.300.36
HSL147.03º38.4%46.47%-
HSV(B)147.03º55.49%64.31%-
XYZ19.0629.1820.55-
YUV131.09118.3586.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.80%
GREEN value IS 164 (64.45% from 255) = 46.72%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=20.80%
G=46.72%
B=32.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731641140.5500.300.36147.0338.446.47
Hex49A4723701E2493262e
Octal11124416267036442234656
Binary100100110100100111001011011101111010010010010011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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