#49AB68

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

Shades of Ocean Green #49AB68

Tints of Ocean Green #49AB68

Color information

#49AB68 (or 0x49AB68) is unknown color: approx Ocean Green. HEX triplet: 49, AB and 68. RGB value is (73,171,104). Sum of RGB (Red+Green+Blue) = 73+171+104=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AB68 is #B65497. Grayscale: #868686. Windows color (decimal): -11949208 or 6859593. OLE color: 6859593.

HSL color Cylindrical-coordinate representation of color #49AB68: hue angle of 138.98º 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 #49AB68 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB73171104-
CMYK0.5700.390.33
HSL138.98º40.16%47.84%-
HSV(B)138.98º57.31%67.06%-
XYZ19.8131.5418.14-
YUV134.06111.0384.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 104 (41.02% from 255) = 29.89%
R=20.98%
G=49.14%
B=29.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731711040.5700.390.33138.9840.1647.84
Hex49AB6839027218b2830
Octal11125315071047412135060
Binary1001001101010111101000111001010011110000110001011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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