#49B383

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

Shades of Ocean Green #49B383

Tints of Ocean Green #49B383

Color information

#49B383 (or 0x49B383) is unknown color: approx Ocean Green. HEX triplet: 49, B3 and 83. RGB value is (73,179,131). Sum of RGB (Red+Green+Blue) = 73+179+131=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #49B383 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B383 is #B64C7C. Grayscale: #8D8D8D. Windows color (decimal): -11947133 or 8631113. OLE color: 8631113.

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

Color convert

RGB73179131-
CMYK0.5900.270.30
HSL152.83º42.06%49.41%-
HSV(B)152.83º59.22%70.2%-
XYZ22.9635.327.08-
YUV141.83121.8878.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.06%
GREEN value IS 179 (70.31% from 255) = 46.74%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=19.06%
G=46.74%
B=34.20%

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
Decimal731791310.5900.270.30152.8342.0649.41
Hex49B3833B01B1E992a31
Octal11126320373033362315261
Binary100100110110011100000111110110110111111010011001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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