#49B282

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

Shades of Ocean Green #49B282

Tints of Ocean Green #49B282

Color information

#49B282 (or 0x49B282) is unknown color: approx Ocean Green. HEX triplet: 49, B2 and 82. RGB value is (73,178,130). Sum of RGB (Red+Green+Blue) = 73+178+130=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #49B282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B282 is #B64D7D. Grayscale: #8D8D8D. Windows color (decimal): -11947390 or 8565321. OLE color: 8565321.

HSL color Cylindrical-coordinate representation of color #49B282: hue angle of 152.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B282 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB73178130-
CMYK0.5900.270.30
HSL152.57º41.83%49.22%-
HSV(B)152.57º58.99%69.8%-
XYZ22.734.8726.65-
YUV141.13121.7179.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.16%
GREEN value IS 178 (69.92% from 255) = 46.72%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=19.16%
G=46.72%
B=34.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731781300.5900.270.30152.5741.8349.22
Hex49B2823B01B1E992a31
Octal11126220273033362315261
Binary100100110110010100000101110110110111111010011001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,178,130); }

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

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

 a { background-color: rgb(73,178,130); }

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

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

 span { border-color: rgb(73,178,130); }

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