Html Css Color HEX #48B288 Gossamer

📋 copy color: '#48B288'

red 72 ◦ green 178 ◦ blue 136

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

Shades of Gossamer #48B288

Tints of Gossamer #48B288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 18.65%
G = 46.11%
B = 35.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#48B288 (or 0x48B288) is known color: Gossamer. HEX triplet: 48, B2 and 88. RGB value is (72,178,136). Sum of RGB (Red+Green+Blue) = 72+178+136=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #48B288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B288 is #B74D77. Grayscale: #8D8D8D. Windows color (decimal): -12012920 or 8958536. OLE color: 8958536.

HSL color Cylindrical-coordinate representation of color #48B288: hue angle of 156.23º 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 #48B288 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 178 136 -
CMYK 0.60 0 0.24 0.30
HSL 156.23º 0.42% 0.49% -
HSV(B) 156.23º 0.6% 0.7% -
XYZ 23.04 35 28.83 -
YUV 141.52 124.88 78.42 -
System Red Green Blue C M Y K H S L
Decimal 72 178 136 0.60 0 0.24 0.30 156.23 0.42 0.49
Hex 48 B2 88 3C 0 18 1E 9C 2A 31
Octal 110 262 210 74 0 30 36 234 52 61
Binary 1001000 10110010 10001000 111100 0 11000 11110 10011100 101010 110001

Color Harmonies of #48B288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B288

Black with #48B288

Text Example


Text Example

White with #48B288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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