#49B485

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

Shades of Ocean Green #49B485

Tints of Ocean Green #49B485

Color information

#49B485 (or 0x49B485) is unknown color: approx Ocean Green. HEX triplet: 49, B4 and 85. RGB value is (73,180,133). Sum of RGB (Red+Green+Blue) = 73+180+133=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #49B485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B485 is #B64B7A. Grayscale: #8E8E8E. Windows color (decimal): -11946875 or 8762441. OLE color: 8762441.

HSL color Cylindrical-coordinate representation of color #49B485: hue angle of 153.64º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B485 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB73180133-
CMYK0.5900.260.29
HSL153.64º42.29%49.61%-
HSV(B)153.64º59.44%70.59%-
XYZ23.335.7527.86-
YUV142.65122.5578.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.91%
GREEN value IS 180 (70.70% from 255) = 46.63%
BLUE value IS 133 (52.34% from 255) = 34.46%
R=18.91%
G=46.63%
B=34.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731801330.5900.260.29153.6442.2949.61
Hex49B4853B01A1D9a2a32
Octal11126420573032352325262
Binary100100110110100100001011110110110101110110011010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,180,133); }

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

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

 a { background-color: rgb(73,180,133); }

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

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

 span { border-color: rgb(73,180,133); }

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