Html Css Color HEX #309475 Gossamer

📋 copy color: '#309475'

red 48 ◦ green 148 ◦ blue 117

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

Shades of Gossamer #309475

Tints of Gossamer #309475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.28%

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

R = 15.34%
G = 47.28%
B = 37.38%

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

#309475 (or 0x309475) is known color: Gossamer. HEX triplet: 30, 94 and 75. RGB value is (48,148,117). Sum of RGB (Red+Green+Blue) = 48+148+117=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #309475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309475 is #CF6B8A. Grayscale: #727272. Windows color (decimal): -13593483 or 7705648. OLE color: 7705648.

HSL color Cylindrical-coordinate representation of color #309475: hue angle of 161.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309475 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 117 -
CMYK 0.68 0 0.21 0.42
HSL 161.4º 0.51% 0.38% -
HSV(B) 161.4º 0.68% 0.58% -
XYZ 15.02 23.09 20.5 -
YUV 114.57 129.37 80.52 -
System Red Green Blue C M Y K H S L
Decimal 48 148 117 0.68 0 0.21 0.42 161.4 0.51 0.38
Hex 30 94 75 44 0 15 2A A1 33 26
Octal 60 224 165 104 0 25 52 241 63 46
Binary 110000 10010100 1110101 1000100 0 10101 101010 10100001 110011 100110

Color Harmonies of #309475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309475

Black with #309475

Text Example


Text Example

White with #309475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309475; }

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

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

background-color css

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

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

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

border-color css

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

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

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