Html Css Color HEX #309575 Gossamer

📋 copy color: '#309575'

red 48 ◦ green 149 ◦ blue 117

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

Shades of Gossamer #309575

Tints of Gossamer #309575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 15.29%
G = 47.45%
B = 37.26%

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

#309575 (or 0x309575) is known color: Gossamer. HEX triplet: 30, 95 and 75. RGB value is (48,149,117). Sum of RGB (Red+Green+Blue) = 48+149+117=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #309575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309575 is #CF6A8A. Grayscale: #737373. Windows color (decimal): -13593227 or 7705904. OLE color: 7705904.

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

Color convert

RGB 48 149 117 -
CMYK 0.68 0 0.21 0.42
HSL 160.99º 0.51% 0.39% -
HSV(B) 160.99º 0.68% 0.58% -
XYZ 15.18 23.41 20.55 -
YUV 115.15 129.04 80.1 -
System Red Green Blue C M Y K H S L
Decimal 48 149 117 0.68 0 0.21 0.42 160.99 0.51 0.39
Hex 30 95 75 44 0 15 2A A1 33 27
Octal 60 225 165 104 0 25 52 241 63 47
Binary 110000 10010101 1110101 1000100 0 10101 101010 10100001 110011 100111

Color Harmonies of #309575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309575

Black with #309575

Text Example


Text Example

White with #309575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309575; }

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

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

background-color css

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

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

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

border-color css

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

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

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