Html Css Color HEX #309573 Gossamer

📋 copy color: '#309573'

red 48 ◦ green 149 ◦ blue 115

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

Shades of Gossamer #309573

Tints of Gossamer #309573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 15.38%
G = 47.76%
B = 36.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#309573 (or 0x309573) is known color: Gossamer. HEX triplet: 30, 95 and 73. RGB value is (48,149,115). Sum of RGB (Red+Green+Blue) = 48+149+115=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #309573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309573 is #CF6A8C. Grayscale: #727272. Windows color (decimal): -13593229 or 7574832. OLE color: 7574832.

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

Color convert

RGB 48 149 115 -
CMYK 0.68 0 0.23 0.42
HSL 159.8º 0.51% 0.39% -
HSV(B) 159.8º 0.68% 0.58% -
XYZ 15.06 23.36 19.94 -
YUV 114.93 128.04 80.26 -
System Red Green Blue C M Y K H S L
Decimal 48 149 115 0.68 0 0.23 0.42 159.8 0.51 0.39
Hex 30 95 73 44 0 17 2A A0 33 27
Octal 60 225 163 104 0 27 52 240 63 47
Binary 110000 10010101 1110011 1000100 0 10111 101010 10100000 110011 100111

Color Harmonies of #309573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309573

Black with #309573

Text Example


Text Example

White with #309573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309573; }

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

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

background-color css

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

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

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

border-color css

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

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

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