#49AF81

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

Shades of Ocean Green #49AF81

Tints of Ocean Green #49AF81

Color information

#49AF81 (or 0x49AF81) is unknown color: approx Ocean Green. HEX triplet: 49, AF and 81. RGB value is (73,175,129). Sum of RGB (Red+Green+Blue) = 73+175+129=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AF81 is #B6507E. Grayscale: #8B8B8B. Windows color (decimal): -11948159 or 8499017. OLE color: 8499017.

HSL color Cylindrical-coordinate representation of color #49AF81: hue angle of 152.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF81 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB73175129-
CMYK0.5800.260.31
HSL152.94º41.13%48.63%-
HSV(B)152.94º58.29%68.63%-
XYZ22.0433.6626.1-
YUV139.26122.2180.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 175 (68.75% from 255) = 46.42%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=19.36%
G=46.42%
B=34.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731751290.5800.260.31152.9441.1348.63
Hex49AF813A01A1F992931
Octal11125720172032372315161
Binary100100110101111100000011110100110101111110011001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,175,129); }

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

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

 a { background-color: rgb(73,175,129); }

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

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

 span { border-color: rgb(73,175,129); }

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