Html Css Color HEX #48B790 Keppel

📋 copy color: '#48B790'

red 72 ◦ green 183 ◦ blue 144

#48B790
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #48B790

Tints of Keppel #48B790

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 value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#48B790 (or 0x48B790) is known color: 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

RGB 72 183 144 -
CMYK 0.61 0 0.21 0.28
HSL 158.92º 0.44% 0.5% -
HSV(B) 158.92º 0.61% 0.72% -
XYZ 24.64 37.26 32.28 -
YUV 145.37 127.23 75.67 -
System Red Green Blue C M Y K H S L
Decimal 72 183 144 0.61 0 0.21 0.28 158.92 0.44 0.5
Hex 48 B7 90 3D 0 15 1C 9F 2C 32
Octal 110 267 220 75 0 25 34 237 54 62
Binary 1001000 10110111 10010000 111101 0 10101 11100 10011111 101100 110010

Color Harmonies of #48B790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B790

Black with #48B790

Text Example


Text Example

White with #48B790

Text Example


Text Example

HTML Codes & Css Web 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>