Html Css Color HEX #48B290 Keppel

📋 copy color: '#48B290'

red 72 ◦ green 178 ◦ blue 144

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

Shades of Keppel #48B290

Tints of Keppel #48B290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.18%

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 18.27%
G = 45.18%
B = 36.55%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#48B290 (or 0x48B290) is known color: Keppel. HEX triplet: 48, B2 and 90. RGB value is (72,178,144). Sum of RGB (Red+Green+Blue) = 72+178+144=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #48B290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B290 is #B74D6F. Grayscale: #8E8E8E. Windows color (decimal): -12012912 or 9482824. OLE color: 9482824.

HSL color Cylindrical-coordinate representation of color #48B290: hue angle of 160.75º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B290 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 178 144 -
CMYK 0.60 0 0.19 0.30
HSL 160.75º 0.42% 0.49% -
HSV(B) 160.75º 0.6% 0.7% -
XYZ 23.63 35.23 31.94 -
YUV 142.43 128.88 77.76 -
System Red Green Blue C M Y K H S L
Decimal 72 178 144 0.60 0 0.19 0.30 160.75 0.42 0.49
Hex 48 B2 90 3C 0 13 1E A1 2A 31
Octal 110 262 220 74 0 23 36 241 52 61
Binary 1001000 10110010 10010000 111100 0 10011 11110 10100001 101010 110001

Color Harmonies of #48B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B290

Black with #48B290

Text Example


Text Example

White with #48B290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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