#49A466

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

Shades of Ocean Green #49A466

Tints of Ocean Green #49A466

Color information

#49A466 (or 0x49A466) is unknown color: approx Ocean Green. HEX triplet: 49, A4 and 66. RGB value is (73,164,102). Sum of RGB (Red+Green+Blue) = 73+164+102=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #49A466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A466 is #B65B99. Grayscale: #818181. Windows color (decimal): -11951002 or 6726729. OLE color: 6726729.

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

Color convert

RGB73164102-
CMYK0.5500.380.36
HSL139.12º38.4%46.47%-
HSV(B)139.12º55.49%64.31%-
XYZ18.4228.9317.18-
YUV129.72112.3587.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 164 (64.45% from 255) = 48.38%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=21.53%
G=48.38%
B=30.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731641020.5500.380.36139.1238.446.47
Hex49A46637026248b262e
Octal11124414667046442134656
Binary1001001101001001100110110111010011010010010001011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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