#49A67E

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

Shades of Ocean Green #49A67E

Tints of Ocean Green #49A67E

Color information

#49A67E (or 0x49A67E) is unknown color: approx Ocean Green. HEX triplet: 49, A6 and 7E. RGB value is (73,166,126). Sum of RGB (Red+Green+Blue) = 73+166+126=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #49A67E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A67E is #B65981. Grayscale: #858585. Windows color (decimal): -11950466 or 8300105. OLE color: 8300105.

HSL color Cylindrical-coordinate representation of color #49A67E: hue angle of 154.19º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A67E is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB73166126-
CMYK0.5600.240.35
HSL154.19º38.91%46.86%-
HSV(B)154.19º56.02%65.1%-
XYZ20.1530.224.5-
YUV133.63123.6984.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 166 (65.23% from 255) = 45.48%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=20%
G=45.48%
B=34.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731661260.5600.240.35154.1938.9146.86
Hex49A67E38018239a272f
Octal11124617670030432324757
Binary100100110100110111111011100001100010001110011010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,166,126); }

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

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

 a { background-color: rgb(73,166,126); }

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

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

 span { border-color: rgb(73,166,126); }

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