Html Css Color HEX #309775 Gossamer

📋 copy color: '#309775'

red 48 ◦ green 151 ◦ blue 117

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

Shades of Gossamer #309775

Tints of Gossamer #309775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 15.19%
G = 47.78%
B = 37.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#309775 (or 0x309775) is known color: Gossamer. HEX triplet: 30, 97 and 75. RGB value is (48,151,117). Sum of RGB (Red+Green+Blue) = 48+151+117=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #309775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309775 is #CF688A. Grayscale: #747474. Windows color (decimal): -13592715 or 7706416. OLE color: 7706416.

HSL color Cylindrical-coordinate representation of color #309775: hue angle of 160.19º 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 #309775 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 151 117 -
CMYK 0.68 0 0.23 0.41
HSL 160.19º 0.52% 0.39% -
HSV(B) 160.19º 0.68% 0.59% -
XYZ 15.5 24.05 20.65 -
YUV 116.33 128.38 79.26 -
System Red Green Blue C M Y K H S L
Decimal 48 151 117 0.68 0 0.23 0.41 160.19 0.52 0.39
Hex 30 97 75 44 0 17 29 A0 34 27
Octal 60 227 165 104 0 27 51 240 64 47
Binary 110000 10010111 1110101 1000100 0 10111 101001 10100000 110100 100111

Color Harmonies of #309775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309775

Black with #309775

Text Example


Text Example

White with #309775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309775; }

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

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

background-color css

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

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

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

border-color css

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

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

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