Html Css Color HEX #309776 Gossamer

📋 copy color: '#309776'

red 48 ◦ green 151 ◦ blue 118

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

Shades of Gossamer #309776

Tints of Gossamer #309776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.63%

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 15.14%
G = 47.63%
B = 37.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#309776 (or 0x309776) is known color: Gossamer. HEX triplet: 30, 97 and 76. RGB value is (48,151,118). Sum of RGB (Red+Green+Blue) = 48+151+118=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #309776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309776 is #CF6889. Grayscale: #747474. Windows color (decimal): -13592714 or 7771952. OLE color: 7771952.

HSL color Cylindrical-coordinate representation of color #309776: hue angle of 160.78º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309776 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 151 118 -
CMYK 0.68 0 0.22 0.41
HSL 160.78º 0.52% 0.39% -
HSV(B) 160.78º 0.68% 0.59% -
XYZ 15.56 24.07 20.97 -
YUV 116.44 128.88 79.18 -
System Red Green Blue C M Y K H S L
Decimal 48 151 118 0.68 0 0.22 0.41 160.78 0.52 0.39
Hex 30 97 76 44 0 16 29 A1 34 27
Octal 60 227 166 104 0 26 51 241 64 47
Binary 110000 10010111 1110110 1000100 0 10110 101001 10100001 110100 100111

Color Harmonies of #309776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309776

Black with #309776

Text Example


Text Example

White with #309776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309776; }

 p { color: rgb(48,151,118); }

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

background-color css

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

 a { background-color: rgb(48,151,118); }

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

border-color css

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

 span { border-color: rgb(48,151,118); }

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