Html Css Color HEX #309579 Gossamer

📋 copy color: '#309579'

red 48 ◦ green 149 ◦ blue 121

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

Shades of Gossamer #309579

Tints of Gossamer #309579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.86%

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

R = 15.09%
G = 46.86%
B = 38.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#309579 (or 0x309579) is known color: Gossamer. HEX triplet: 30, 95 and 79. RGB value is (48,149,121). Sum of RGB (Red+Green+Blue) = 48+149+121=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #309579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309579 is #CF6A86. Grayscale: #737373. Windows color (decimal): -13593223 or 7968048. OLE color: 7968048.

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

Color convert

RGB 48 149 121 -
CMYK 0.68 0 0.19 0.42
HSL 163.37º 0.51% 0.39% -
HSV(B) 163.37º 0.68% 0.58% -
XYZ 15.42 23.5 21.81 -
YUV 115.61 131.04 79.78 -
System Red Green Blue C M Y K H S L
Decimal 48 149 121 0.68 0 0.19 0.42 163.37 0.51 0.39
Hex 30 95 79 44 0 13 2A A3 33 27
Octal 60 225 171 104 0 23 52 243 63 47
Binary 110000 10010101 1111001 1000100 0 10011 101010 10100011 110011 100111

Color Harmonies of #309579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309579

Black with #309579

Text Example


Text Example

White with #309579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309579; }

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

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

background-color css

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

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

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

border-color css

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

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

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