#49AC69

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

Shades of Ocean Green #49AC69

Tints of Ocean Green #49AC69

Color information

#49AC69 (or 0x49AC69) is unknown color: approx Ocean Green. HEX triplet: 49, AC and 69. RGB value is (73,172,105). Sum of RGB (Red+Green+Blue) = 73+172+105=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AC69 is #B65396. Grayscale: #868686. Windows color (decimal): -11948951 or 6925385. OLE color: 6925385.

HSL color Cylindrical-coordinate representation of color #49AC69: hue angle of 139.39º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AC69 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB73172105-
CMYK0.5800.390.33
HSL139.39º40.41%48.04%-
HSV(B)139.39º57.56%67.45%-
XYZ20.0531.9418.47-
YUV134.76111.283.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.86%
GREEN value IS 172 (67.58% from 255) = 49.14%
BLUE value IS 105 (41.41% from 255) = 30%
R=20.86%
G=49.14%
B=30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731721050.5800.390.33139.3940.4148.04
Hex49AC693A027218b2830
Octal11125415172047412135060
Binary1001001101011001101001111010010011110000110001011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,172,105); }

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

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

 a { background-color: rgb(73,172,105); }

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

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

 span { border-color: rgb(73,172,105); }

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