Html Css Color HEX #309177 Gossamer

📋 copy color: '#309177'

red 48 ◦ green 145 ◦ blue 119

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

Shades of Gossamer #309177

Tints of Gossamer #309177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 15.38%
G = 46.47%
B = 38.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#309177 (or 0x309177) is known color: Gossamer. HEX triplet: 30, 91 and 77. RGB value is (48,145,119). Sum of RGB (Red+Green+Blue) = 48+145+119=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #309177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309177 is #CF6E88. Grayscale: #717171. Windows color (decimal): -13594249 or 7835952. OLE color: 7835952.

HSL color Cylindrical-coordinate representation of color #309177: hue angle of 163.92º 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 #309177 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 119 -
CMYK 0.67 0 0.18 0.43
HSL 163.92º 0.5% 0.38% -
HSV(B) 163.92º 0.67% 0.57% -
XYZ 14.67 22.21 20.97 -
YUV 113.03 131.36 81.61 -
System Red Green Blue C M Y K H S L
Decimal 48 145 119 0.67 0 0.18 0.43 163.92 0.5 0.38
Hex 30 91 77 43 0 12 2B A4 32 26
Octal 60 221 167 103 0 22 53 244 62 46
Binary 110000 10010001 1110111 1000011 0 10010 101011 10100100 110010 100110

Color Harmonies of #309177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309177

Black with #309177

Text Example


Text Example

White with #309177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309177; }

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

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

background-color css

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

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

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

border-color css

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

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

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