#49a47d

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

Shades of Ocean Green #49A47D

Tints of Ocean Green #49A47D

Color information

#49A47D (or 0x49A47D) is unknown color: approx Ocean Green. HEX triplet: 49, A4 and 7D. RGB value is (73,164,125). Sum of RGB (Red+Green+Blue) = 73+164+125=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #49A47D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A47D is #B65B82. Grayscale: #848484. Windows color (decimal): -11950979 or 8234057. OLE color: 8234057.

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

Color convert

RGB73164125-
CMYK0.5500.240.36
HSL154.29º38.4%46.47%-
HSV(B)154.29º55.49%64.31%-
XYZ19.7229.4524.05-
YUV132.34123.8585.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.17%
GREEN value IS 164 (64.45% from 255) = 45.30%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=20.17%
G=45.30%
B=34.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731641250.5500.240.36154.2938.446.47
Hex49A47D37018249a262e
Octal11124417567030442324656
Binary100100110100100111110111011101100010010010011010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49a47d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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