#49A478

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

Shades of Ocean Green #49A478

Tints of Ocean Green #49A478

Color information

#49A478 (or 0x49A478) is unknown color: approx Ocean Green. HEX triplet: 49, A4 and 78. RGB value is (73,164,120). Sum of RGB (Red+Green+Blue) = 73+164+120=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #49A478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A478 is #B65B87. Grayscale: #838383. Windows color (decimal): -11950984 or 7906377. OLE color: 7906377.

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

Color convert

RGB73164120-
CMYK0.5500.270.36
HSL150.99º38.4%46.47%-
HSV(B)150.99º55.49%64.31%-
XYZ19.4129.3222.41-
YUV131.78121.3586.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=20.45%
G=45.94%
B=33.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731641200.5500.270.36150.9938.446.47
Hex49A4783701B2497262e
Octal11124417067033442274656
Binary100100110100100111100011011101101110010010010111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,164,120); }

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

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

 a { background-color: rgb(73,164,120); }

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

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

 span { border-color: rgb(73,164,120); }

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