Html Css Color HEX #48A592 Gossamer

📋 copy color: '#48A592'

red 72 ◦ green 165 ◦ blue 146

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

Shades of Gossamer #48A592

Tints of Gossamer #48A592

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.08%

 BLUE value IS 146 (57.42% from 255) = 38.12%

R = 18.8%
G = 43.08%
B = 38.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#48A592 (or 0x48A592) is known color: Gossamer. HEX triplet: 48, A5 and 92. RGB value is (72,165,146). Sum of RGB (Red+Green+Blue) = 72+165+146=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #48A592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A592 is #B75A6D. Grayscale: #878787. Windows color (decimal): -12016238 or 9610568. OLE color: 9610568.

HSL color Cylindrical-coordinate representation of color #48A592: hue angle of 167.74º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A592 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 165 146 -
CMYK 0.56 0 0.12 0.35
HSL 167.74º 0.39% 0.46% -
HSV(B) 167.74º 0.56% 0.65% -
XYZ 21.32 30.36 31.93 -
YUV 135.03 134.19 83.04 -
System Red Green Blue C M Y K H S L
Decimal 72 165 146 0.56 0 0.12 0.35 167.74 0.39 0.46
Hex 48 A5 92 38 0 C 23 A8 27 2E
Octal 110 245 222 70 0 14 43 250 47 56
Binary 1001000 10100101 10010010 111000 0 1100 100011 10101000 100111 101110

Color Harmonies of #48A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A592

Black with #48A592

Text Example


Text Example

White with #48A592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,165,146); }

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

background-color css

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

 a { background-color: rgb(72,165,146); }

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

border-color css

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

 span { border-color: rgb(72,165,146); }

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