#49b38c

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

Shades of Keppel #49B38C

Tints of Keppel #49B38C

Color information

#49B38C (or 0x49B38C) is unknown color: approx Keppel. HEX triplet: 49, B3 and 8C. RGB value is (73,179,140). Sum of RGB (Red+Green+Blue) = 73+179+140=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #49B38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B38C is #B64C73. Grayscale: #8E8E8E. Windows color (decimal): -11947124 or 9220937. OLE color: 9220937.

HSL color Cylindrical-coordinate representation of color #49B38C: hue angle of 157.92º 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 #49B38C is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB73179140-
CMYK0.5900.220.30
HSL157.92º42.06%49.41%-
HSV(B)157.92º59.22%70.2%-
XYZ23.635.5530.43-
YUV142.86126.3878.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.62%
GREEN value IS 179 (70.31% from 255) = 45.66%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=18.62%
G=45.66%
B=35.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731791400.5900.220.30157.9242.0649.41
Hex49B38C3B0161E9e2a31
Octal11126321473026362365261
Binary100100110110011100011001110110101101111010011110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49b38c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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