#49A57F

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

Shades of Ocean Green #49A57F

Tints of Ocean Green #49A57F

Color information

#49A57F (or 0x49A57F) is unknown color: approx Ocean Green. HEX triplet: 49, A5 and 7F. RGB value is (73,165,127). Sum of RGB (Red+Green+Blue) = 73+165+127=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #49A57F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A57F is #B65A80. Grayscale: #858585. Windows color (decimal): -11950721 or 8365385. OLE color: 8365385.

HSL color Cylindrical-coordinate representation of color #49A57F: hue angle of 155.22º 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 #49A57F is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB73165127-
CMYK0.5600.230.35
HSL155.22º38.66%46.67%-
HSV(B)155.22º55.76%64.71%-
XYZ20.0329.8624.79-
YUV133.16124.5285.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 165 (64.84% from 255) = 45.21%
BLUE value IS 127 (50% from 255) = 34.79%
R=20%
G=45.21%
B=34.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731651270.5600.230.35155.2238.6646.67
Hex49A57F38017239b272f
Octal11124517770027432334757
Binary100100110100101111111111100001011110001110011011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,165,127); }

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

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

 a { background-color: rgb(73,165,127); }

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

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

 span { border-color: rgb(73,165,127); }

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