#49A26B

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

Shades of Ocean Green #49A26B

Tints of Ocean Green #49A26B

Color information

#49A26B (or 0x49A26B) is unknown color: approx Ocean Green. HEX triplet: 49, A2 and 6B. RGB value is (73,162,107). Sum of RGB (Red+Green+Blue) = 73+162+107=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #49A26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A26B is #B65D94. Grayscale: #818181. Windows color (decimal): -11951509 or 7053897. OLE color: 7053897.

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

Color convert

RGB73162107-
CMYK0.5500.340.36
HSL142.92º37.87%46.08%-
HSV(B)142.92º54.94%63.53%-
XYZ18.3228.3218.41-
YUV129.12115.5187.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.35%
GREEN value IS 162 (63.67% from 255) = 47.37%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=21.35%
G=47.37%
B=31.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731621070.5500.340.36142.9237.8746.08
Hex49A26B37022248f262e
Octal11124215367042442174656
Binary1001001101000101101011110111010001010010010001111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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