#49A37A

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

Shades of Ocean Green #49A37A

Tints of Ocean Green #49A37A

Color information

#49A37A (or 0x49A37A) is unknown color: approx Ocean Green. HEX triplet: 49, A3 and 7A. RGB value is (73,163,122). Sum of RGB (Red+Green+Blue) = 73+163+122=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #49A37A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A37A is #B65C85. Grayscale: #838383. Windows color (decimal): -11951238 or 8037193. OLE color: 8037193.

HSL color Cylindrical-coordinate representation of color #49A37A: hue angle of 152.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A37A is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB73163122-
CMYK0.5500.250.36
HSL152.67º38.14%46.27%-
HSV(B)152.67º55.21%63.92%-
XYZ19.3629.0222.99-
YUV131.42122.6886.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.39%
GREEN value IS 163 (64.06% from 255) = 45.53%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=20.39%
G=45.53%
B=34.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731631220.5500.250.36152.6738.1446.27
Hex49A37A370192499262e
Octal11124317267031442314656
Binary100100110100011111101011011101100110010010011001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,163,122); }

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

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

 a { background-color: rgb(73,163,122); }

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

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

 span { border-color: rgb(73,163,122); }

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