#49A57B

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

Shades of Ocean Green #49A57B

Tints of Ocean Green #49A57B

Color information

#49A57B (or 0x49A57B) is unknown color: approx Ocean Green. HEX triplet: 49, A5 and 7B. RGB value is (73,165,123). Sum of RGB (Red+Green+Blue) = 73+165+123=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #49A57B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A57B is #B65A84. Grayscale: #848484. Windows color (decimal): -11950725 or 8103241. OLE color: 8103241.

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

Color convert

RGB73165123-
CMYK0.5600.250.35
HSL152.61º38.66%46.67%-
HSV(B)152.61º55.76%64.71%-
XYZ19.7829.7623.44-
YUV132.7122.5285.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 165 (64.84% from 255) = 45.71%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=20.22%
G=45.71%
B=34.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731651230.5600.250.35152.6138.6646.67
Hex49A57B380192399272f
Octal11124517370031432314757
Binary100100110100101111101111100001100110001110011001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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