#49B679

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

Shades of Ocean Green #49B679

Tints of Ocean Green #49B679

Color information

#49B679 (or 0x49B679) is unknown color: approx Ocean Green. HEX triplet: 49, B6 and 79. RGB value is (73,182,121). Sum of RGB (Red+Green+Blue) = 73+182+121=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #49B679 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B679 is #B64986. Grayscale: #8E8E8E. Windows color (decimal): -11946375 or 7976521. OLE color: 7976521.

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

Color convert

RGB73182121-
CMYK0.6000.340.29
HSL146.42º42.75%50%-
HSV(B)146.42º59.89%71.37%-
XYZ22.9336.2523.88-
YUV142.46115.8978.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.41%
GREEN value IS 182 (71.48% from 255) = 48.40%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=19.41%
G=48.40%
B=32.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731821210.6000.340.29146.4242.7550
Hex49B6793C0221D922b32
Octal11126617174042352225362
Binary100100110110110111100111110001000101110110010010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,182,121); }

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

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

 a { background-color: rgb(73,182,121); }

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

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

 span { border-color: rgb(73,182,121); }

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