Html Css Color HEX #309785 Gossamer

📋 copy color: '#309785'

red 48 ◦ green 151 ◦ blue 133

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

Shades of Gossamer #309785

Tints of Gossamer #309785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.48%

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 14.46%
G = 45.48%
B = 40.06%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#309785 (or 0x309785) is known color: Gossamer. HEX triplet: 30, 97 and 85. RGB value is (48,151,133). Sum of RGB (Red+Green+Blue) = 48+151+133=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #309785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309785 is #CF687A. Grayscale: #767676. Windows color (decimal): -13592699 or 8754992. OLE color: 8754992.

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

Color convert

RGB 48 151 133 -
CMYK 0.68 0 0.12 0.41
HSL 169.51º 0.52% 0.39% -
HSV(B) 169.51º 0.68% 0.59% -
XYZ 16.52 24.46 26.04 -
YUV 118.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 48 151 133 0.68 0 0.12 0.41 169.51 0.52 0.39
Hex 30 97 85 44 0 C 29 AA 34 27
Octal 60 227 205 104 0 14 51 252 64 47
Binary 110000 10010111 10000101 1000100 0 1100 101001 10101010 110100 100111

Color Harmonies of #309785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309785

Black with #309785

Text Example


Text Example

White with #309785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309785; }

 p { color: rgb(48,151,133); }

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

background-color css

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

 a { background-color: rgb(48,151,133); }

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

border-color css

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

 span { border-color: rgb(48,151,133); }

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