Html Css Color HEX #309178 Gossamer

📋 copy color: '#309178'

red 48 ◦ green 145 ◦ blue 120

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

Shades of Gossamer #309178

Tints of Gossamer #309178

RGB

 RED value IS 48 (19.14% from 255) = 15.34%

 GREEN value IS 145 (57.03% from 255) = 46.33%

 BLUE value IS 120 (47.27% from 255) = 38.34%

R = 15.34%
G = 46.33%
B = 38.34%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#309178 (or 0x309178) is known color: Gossamer. HEX triplet: 30, 91 and 78. RGB value is (48,145,120). Sum of RGB (Red+Green+Blue) = 48+145+120=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #309178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309178 is #CF6E87. Grayscale: #717171. Windows color (decimal): -13594248 or 7901488. OLE color: 7901488.

HSL color Cylindrical-coordinate representation of color #309178: hue angle of 164.54º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309178 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 120 -
CMYK 0.67 0 0.17 0.43
HSL 164.54º 0.5% 0.38% -
HSV(B) 164.54º 0.67% 0.57% -
XYZ 14.73 22.24 21.28 -
YUV 113.15 131.86 81.53 -
System Red Green Blue C M Y K H S L
Decimal 48 145 120 0.67 0 0.17 0.43 164.54 0.5 0.38
Hex 30 91 78 43 0 11 2B A5 32 26
Octal 60 221 170 103 0 21 53 245 62 46
Binary 110000 10010001 1111000 1000011 0 10001 101011 10100101 110010 100110

Color Harmonies of #309178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309178

Black with #309178

Text Example


Text Example

White with #309178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309178; }

 p { color: rgb(48,145,120); }

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

background-color css

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

 a { background-color: rgb(48,145,120); }

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

border-color css

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

 span { border-color: rgb(48,145,120); }

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