Html Css Color HEX #309679 Gossamer

📋 copy color: '#309679'

red 48 ◦ green 150 ◦ blue 121

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

Shades of Gossamer #309679

Tints of Gossamer #309679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.02%

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

R = 15.05%
G = 47.02%
B = 37.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#309679 (or 0x309679) is known color: Gossamer. HEX triplet: 30, 96 and 79. RGB value is (48,150,121). Sum of RGB (Red+Green+Blue) = 48+150+121=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #309679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309679 is #CF6986. Grayscale: #747474. Windows color (decimal): -13592967 or 7968304. OLE color: 7968304.

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

Color convert

RGB 48 150 121 -
CMYK 0.68 0 0.19 0.41
HSL 162.94º 0.52% 0.39% -
HSV(B) 162.94º 0.68% 0.59% -
XYZ 15.58 23.82 21.87 -
YUV 116.2 130.71 79.36 -
System Red Green Blue C M Y K H S L
Decimal 48 150 121 0.68 0 0.19 0.41 162.94 0.52 0.39
Hex 30 96 79 44 0 13 29 A3 34 27
Octal 60 226 171 104 0 23 51 243 64 47
Binary 110000 10010110 1111001 1000100 0 10011 101001 10100011 110100 100111

Color Harmonies of #309679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309679

Black with #309679

Text Example


Text Example

White with #309679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309679; }

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

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

background-color css

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

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

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

border-color css

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

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

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