Html Css Color HEX #309576 Gossamer

📋 copy color: '#309576'

red 48 ◦ green 149 ◦ blue 118

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

Shades of Gossamer #309576

Tints of Gossamer #309576

RGB

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

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

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

R = 15.24%
G = 47.3%
B = 37.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#309576 (or 0x309576) is known color: Gossamer. HEX triplet: 30, 95 and 76. RGB value is (48,149,118). Sum of RGB (Red+Green+Blue) = 48+149+118=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #309576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309576 is #CF6A89. Grayscale: #737373. Windows color (decimal): -13593226 or 7771440. OLE color: 7771440.

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

Color convert

RGB 48 149 118 -
CMYK 0.68 0 0.21 0.42
HSL 161.58º 0.51% 0.39% -
HSV(B) 161.58º 0.68% 0.58% -
XYZ 15.24 23.43 20.86 -
YUV 115.27 129.54 80.02 -
System Red Green Blue C M Y K H S L
Decimal 48 149 118 0.68 0 0.21 0.42 161.58 0.51 0.39
Hex 30 95 76 44 0 15 2A A2 33 27
Octal 60 225 166 104 0 25 52 242 63 47
Binary 110000 10010101 1110110 1000100 0 10101 101010 10100010 110011 100111

Color Harmonies of #309576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309576

Black with #309576

Text Example


Text Example

White with #309576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309576; }

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

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

background-color css

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

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

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

border-color css

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

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

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