#48B790

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

Shades of Keppel #48B790

Tints of Keppel #48B790

Color information

#48B790 (or 0x48B790) is unknown color: approx Keppel. HEX triplet: 48, B7 and 90. RGB value is (72,183,144). Sum of RGB (Red+Green+Blue) = 72+183+144=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #48B790 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B790 is #B7486F. Grayscale: #919191. Windows color (decimal): -12011632 or 9484104. OLE color: 9484104.

HSL color Cylindrical-coordinate representation of color #48B790: hue angle of 158.92º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B790 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB72183144-
CMYK0.6100.210.28
HSL158.92º43.53%50%-
HSV(B)158.92º60.66%71.76%-
XYZ24.6437.2632.28-
YUV145.36127.2375.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.05%
GREEN value IS 183 (71.88% from 255) = 45.86%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=18.05%
G=45.86%
B=36.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721831440.6100.210.28158.9243.5350
Hex48B7903D0151C9f2c32
Octal11026722075025342375462
Binary100100010110111100100001111010101011110010011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B790; }

 p { color: rgb(72,183,144); }

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

<style>
 a { background-color: #48B790; }

 a { background-color: rgb(72,183,144); }

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

<style>
 span { border-color: #48B790; }

 span { border-color: rgb(72,183,144); }

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