#49B283

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

Shades of Ocean Green #49B283

Tints of Ocean Green #49B283

Color information

#49B283 (or 0x49B283) is unknown color: approx Ocean Green. HEX triplet: 49, B2 and 83. RGB value is (73,178,131). Sum of RGB (Red+Green+Blue) = 73+178+131=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #49B283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B283 is #B64D7C. Grayscale: #8D8D8D. Windows color (decimal): -11947389 or 8630857. OLE color: 8630857.

HSL color Cylindrical-coordinate representation of color #49B283: hue angle of 153.14º 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 #49B283 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB73178131-
CMYK0.5900.260.30
HSL153.14º41.83%49.22%-
HSV(B)153.14º58.99%69.8%-
XYZ22.7634.927.01-
YUV141.25122.2179.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.11%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 131 (51.56% from 255) = 34.29%
R=19.11%
G=46.60%
B=34.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731781310.5900.260.30153.1441.8349.22
Hex49B2833B01A1E992a31
Octal11126220373032362315261
Binary100100110110010100000111110110110101111010011001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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