#49B38F

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

Shades of Keppel #49B38F

Tints of Keppel #49B38F

Color information

#49B38F (or 0x49B38F) is unknown color: approx Keppel. HEX triplet: 49, B3 and 8F. RGB value is (73,179,143). Sum of RGB (Red+Green+Blue) = 73+179+143=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #49B38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B38F is #B64C70. Grayscale: #8F8F8F. Windows color (decimal): -11947121 or 9417545. OLE color: 9417545.

HSL color Cylindrical-coordinate representation of color #49B38F: hue angle of 159.62º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B38F is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB73179143-
CMYK0.5900.200.30
HSL159.62º42.06%49.41%-
HSV(B)159.62º59.22%70.2%-
XYZ23.8335.6431.61-
YUV143.2127.8877.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=18.48%
G=45.32%
B=36.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731791430.5900.200.30159.6242.0649.41
Hex49B38F3B0141Ea02a31
Octal11126321773024362405261
Binary100100110110011100011111110110101001111010100000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,179,143); }

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

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

 a { background-color: rgb(73,179,143); }

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

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

 span { border-color: rgb(73,179,143); }

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