#49B770

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

Shades of Ocean Green #49B770

Tints of Ocean Green #49B770

Color information

#49B770 (or 0x49B770) is unknown color: approx Ocean Green. HEX triplet: 49, B7 and 70. RGB value is (73,183,112). Sum of RGB (Red+Green+Blue) = 73+183+112=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #49B770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B770 is #B6488F. Grayscale: #8E8E8E. Windows color (decimal): -11946128 or 7386953. OLE color: 7386953.

HSL color Cylindrical-coordinate representation of color #49B770: hue angle of 141.27º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B770 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB73183112-
CMYK0.6000.390.28
HSL141.27º43.31%50.2%-
HSV(B)141.27º60.11%71.76%-
XYZ22.6136.4521.17-
YUV142.02111.0678.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.84%
GREEN value IS 183 (71.88% from 255) = 49.73%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=19.84%
G=49.73%
B=30.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal731831120.6000.390.28141.2743.3150.2
Hex49B7703C0271C8d2b32
Octal11126716074047342155362
Binary100100110110111111000011110001001111110010001101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,183,112); }

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

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

 a { background-color: rgb(73,183,112); }

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

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

 span { border-color: rgb(73,183,112); }

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