#49B77B

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

Shades of Ocean Green #49B77B

Tints of Ocean Green #49B77B

Color information

#49B77B (or 0x49B77B) is unknown color: approx Ocean Green. HEX triplet: 49, B7 and 7B. RGB value is (73,183,123). Sum of RGB (Red+Green+Blue) = 73+183+123=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #49B77B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B77B is #B64884. Grayscale: #8F8F8F. Windows color (decimal): -11946117 or 8107849. OLE color: 8107849.

HSL color Cylindrical-coordinate representation of color #49B77B: hue angle of 147.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 #49B77B is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB73183123-
CMYK0.6000.330.28
HSL147.27º43.31%50.2%-
HSV(B)147.27º60.11%71.76%-
XYZ23.2636.7124.6-
YUV143.27116.5677.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 183 (71.88% from 255) = 48.28%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=19.26%
G=48.28%
B=32.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal731831230.6000.330.28147.2743.3150.2
Hex49B77B3C0211C932b32
Octal11126717374041342235362
Binary100100110110111111101111110001000011110010010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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