Html Css Color HEX #309478 Gossamer

📋 copy color: '#309478'

red 48 ◦ green 148 ◦ blue 120

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

Shades of Gossamer #309478

Tints of Gossamer #309478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.97%

R = 15.19%
G = 46.84%
B = 37.97%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#309478 (or 0x309478) is known color: Gossamer. HEX triplet: 30, 94 and 78. RGB value is (48,148,120). Sum of RGB (Red+Green+Blue) = 48+148+120=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #309478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309478 is #CF6B87. Grayscale: #727272. Windows color (decimal): -13593480 or 7902256. OLE color: 7902256.

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

Color convert

RGB 48 148 120 -
CMYK 0.68 0 0.19 0.42
HSL 163.2º 0.51% 0.38% -
HSV(B) 163.2º 0.68% 0.58% -
XYZ 15.2 23.16 21.44 -
YUV 114.91 130.87 80.28 -
System Red Green Blue C M Y K H S L
Decimal 48 148 120 0.68 0 0.19 0.42 163.2 0.51 0.38
Hex 30 94 78 44 0 13 2A A3 33 26
Octal 60 224 170 104 0 23 52 243 63 46
Binary 110000 10010100 1111000 1000100 0 10011 101010 10100011 110011 100110

Color Harmonies of #309478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309478

Black with #309478

Text Example


Text Example

White with #309478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309478; }

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

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

background-color css

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

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

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

border-color css

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

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

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