#49A270

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

Shades of Ocean Green #49A270

Tints of Ocean Green #49A270

Color information

#49A270 (or 0x49A270) is unknown color: approx Ocean Green. HEX triplet: 49, A2 and 70. RGB value is (73,162,112). Sum of RGB (Red+Green+Blue) = 73+162+112=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #49A270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A270 is #B65D8F. Grayscale: #818181. Windows color (decimal): -11951504 or 7381577. OLE color: 7381577.

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

Color convert

RGB73162112-
CMYK0.5500.310.36
HSL146.29º37.87%46.08%-
HSV(B)146.29º54.94%63.53%-
XYZ18.5928.4319.84-
YUV129.69118.0187.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 162 (63.67% from 255) = 46.69%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=21.04%
G=46.69%
B=32.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731621120.5500.310.36146.2937.8746.08
Hex49A2703701F2492262e
Octal11124216067037442224656
Binary100100110100010111000011011101111110010010010010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,162,112); }

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

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

 a { background-color: rgb(73,162,112); }

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

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

 span { border-color: rgb(73,162,112); }

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