#49AB76

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

Shades of Ocean Green #49AB76

Tints of Ocean Green #49AB76

Color information

#49AB76 (or 0x49AB76) is unknown color: approx Ocean Green. HEX triplet: 49, AB and 76. RGB value is (73,171,118). Sum of RGB (Red+Green+Blue) = 73+171+118=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AB76 is #B65489. Grayscale: #878787. Windows color (decimal): -11949194 or 7777097. OLE color: 7777097.

HSL color Cylindrical-coordinate representation of color #49AB76: hue angle of 147.55º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AB76 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB73171118-
CMYK0.5700.310.33
HSL147.55º40.16%47.84%-
HSV(B)147.55º57.31%67.06%-
XYZ20.5831.8522.2-
YUV135.66118.0383.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.17%
GREEN value IS 171 (67.19% from 255) = 47.24%
BLUE value IS 118 (46.48% from 255) = 32.60%
R=20.17%
G=47.24%
B=32.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731711180.5700.310.33147.5540.1647.84
Hex49AB763901F21942830
Octal11125316671037412245060
Binary100100110101011111011011100101111110000110010100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,171,118); }

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

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

 a { background-color: rgb(73,171,118); }

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

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

 span { border-color: rgb(73,171,118); }

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