Html Css Color HEX #309476 Gossamer

📋 copy color: '#309476'

red 48 ◦ green 148 ◦ blue 118

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

Shades of Gossamer #309476

Tints of Gossamer #309476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

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

R = 15.29%
G = 47.13%
B = 37.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#309476 (or 0x309476) is known color: Gossamer. HEX triplet: 30, 94 and 76. RGB value is (48,148,118). Sum of RGB (Red+Green+Blue) = 48+148+118=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #309476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309476 is #CF6B89. Grayscale: #727272. Windows color (decimal): -13593482 or 7771184. OLE color: 7771184.

HSL color Cylindrical-coordinate representation of color #309476: hue angle of 162º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309476 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 118 -
CMYK 0.68 0 0.20 0.42
HSL 162º 0.51% 0.38% -
HSV(B) 162º 0.68% 0.58% -
XYZ 15.08 23.12 20.81 -
YUV 114.68 129.87 80.44 -
System Red Green Blue C M Y K H S L
Decimal 48 148 118 0.68 0 0.20 0.42 162 0.51 0.38
Hex 30 94 76 44 0 14 2A A2 33 26
Octal 60 224 166 104 0 24 52 242 63 46
Binary 110000 10010100 1110110 1000100 0 10100 101010 10100010 110011 100110

Color Harmonies of #309476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309476

Black with #309476

Text Example


Text Example

White with #309476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309476; }

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

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

background-color css

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

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

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

border-color css

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

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

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