Html Css Color HEX #309477 Gossamer

📋 copy color: '#309477'

red 48 ◦ green 148 ◦ blue 119

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

Shades of Gossamer #309477

Tints of Gossamer #309477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 15.24%
G = 46.98%
B = 37.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#309477 (or 0x309477) is known color: Gossamer. HEX triplet: 30, 94 and 77. RGB value is (48,148,119). Sum of RGB (Red+Green+Blue) = 48+148+119=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #309477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309477 is #CF6B88. Grayscale: #727272. Windows color (decimal): -13593481 or 7836720. OLE color: 7836720.

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

Color convert

RGB 48 148 119 -
CMYK 0.68 0 0.20 0.42
HSL 162.6º 0.51% 0.38% -
HSV(B) 162.6º 0.68% 0.58% -
XYZ 15.14 23.14 21.12 -
YUV 114.79 130.37 80.36 -
System Red Green Blue C M Y K H S L
Decimal 48 148 119 0.68 0 0.20 0.42 162.6 0.51 0.38
Hex 30 94 77 44 0 14 2A A3 33 26
Octal 60 224 167 104 0 24 52 243 63 46
Binary 110000 10010100 1110111 1000100 0 10100 101010 10100011 110011 100110

Color Harmonies of #309477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309477

Black with #309477

Text Example


Text Example

White with #309477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309477; }

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

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

background-color css

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

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

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

border-color css

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

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

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