Html Css Color HEX #309474 Gossamer

📋 copy color: '#309474'

red 48 ◦ green 148 ◦ blue 116

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

Shades of Gossamer #309474

Tints of Gossamer #309474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 15.38%
G = 47.44%
B = 37.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#309474 (or 0x309474) is known color: Gossamer. HEX triplet: 30, 94 and 74. RGB value is (48,148,116). Sum of RGB (Red+Green+Blue) = 48+148+116=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #309474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309474 is #CF6B8B. Grayscale: #727272. Windows color (decimal): -13593484 or 7640112. OLE color: 7640112.

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

Color convert

RGB 48 148 116 -
CMYK 0.68 0 0.22 0.42
HSL 160.8º 0.51% 0.38% -
HSV(B) 160.8º 0.68% 0.58% -
XYZ 14.96 23.07 20.19 -
YUV 114.45 128.87 80.6 -
System Red Green Blue C M Y K H S L
Decimal 48 148 116 0.68 0 0.22 0.42 160.8 0.51 0.38
Hex 30 94 74 44 0 16 2A A1 33 26
Octal 60 224 164 104 0 26 52 241 63 46
Binary 110000 10010100 1110100 1000100 0 10110 101010 10100001 110011 100110

Color Harmonies of #309474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309474

Black with #309474

Text Example


Text Example

White with #309474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309474; }

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

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

background-color css

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

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

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

border-color css

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

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

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