Html Css Color HEX #48B591 Keppel

📋 copy color: '#48B591'

red 72 ◦ green 181 ◦ blue 145

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

Shades of Keppel #48B591

Tints of Keppel #48B591

RGB

 RED value IS 72 (28.52% from 255) = 18.09%

 GREEN value IS 181 (71.09% from 255) = 45.48%

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 18.09%
G = 45.48%
B = 36.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#48B591 (or 0x48B591) is known color: Keppel. HEX triplet: 48, B5 and 91. RGB value is (72,181,145). Sum of RGB (Red+Green+Blue) = 72+181+145=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #48B591 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B591 is #B74A6E. Grayscale: #909090. Windows color (decimal): -12012143 or 9549128. OLE color: 9549128.

HSL color Cylindrical-coordinate representation of color #48B591: hue angle of 160.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B591 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 181 145 -
CMYK 0.60 0 0.20 0.29
HSL 160.18º 0.43% 0.5% -
HSV(B) 160.18º 0.6% 0.71% -
XYZ 24.31 36.47 32.55 -
YUV 144.31 128.39 76.43 -
System Red Green Blue C M Y K H S L
Decimal 72 181 145 0.60 0 0.20 0.29 160.18 0.43 0.5
Hex 48 B5 91 3C 0 14 1D A0 2B 32
Octal 110 265 221 74 0 24 35 240 53 62
Binary 1001000 10110101 10010001 111100 0 10100 11101 10100000 101011 110010

Color Harmonies of #48B591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B591

Black with #48B591

Text Example


Text Example

White with #48B591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,181,145); }

 H1.HeaderClassName
 {
   color: #48B591;
 }
 .AnyTagClassName
 {
   color: #48B591;
 }
</style>

background-color css

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

 a { background-color: rgb(72,181,145); }

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

border-color css

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

 span { border-color: rgb(72,181,145); }

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