Html Css Color HEX #309479 Gossamer

📋 copy color: '#309479'

red 48 ◦ green 148 ◦ blue 121

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

Shades of Gossamer #309479

Tints of Gossamer #309479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 15.14%
G = 46.69%
B = 38.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#309479 (or 0x309479) is known color: Gossamer. HEX triplet: 30, 94 and 79. RGB value is (48,148,121). Sum of RGB (Red+Green+Blue) = 48+148+121=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #309479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309479 is #CF6B86. Grayscale: #737373. Windows color (decimal): -13593479 or 7967792. OLE color: 7967792.

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

Color convert

RGB 48 148 121 -
CMYK 0.68 0 0.18 0.42
HSL 163.8º 0.51% 0.38% -
HSV(B) 163.8º 0.68% 0.58% -
XYZ 15.26 23.19 21.76 -
YUV 115.02 131.37 80.2 -
System Red Green Blue C M Y K H S L
Decimal 48 148 121 0.68 0 0.18 0.42 163.8 0.51 0.38
Hex 30 94 79 44 0 12 2A A4 33 26
Octal 60 224 171 104 0 22 52 244 63 46
Binary 110000 10010100 1111001 1000100 0 10010 101010 10100100 110011 100110

Color Harmonies of #309479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309479

Black with #309479

Text Example


Text Example

White with #309479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309479; }

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

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

background-color css

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

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

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

border-color css

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

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

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