Html Css Color HEX #309079 Gossamer

📋 copy color: '#309079'

red 48 ◦ green 144 ◦ blue 121

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

Shades of Gossamer #309079

Tints of Gossamer #309079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.01%

 BLUE value IS 121 (47.66% from 255) = 38.66%

R = 15.34%
G = 46.01%
B = 38.66%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#309079 (or 0x309079) is known color: Gossamer. HEX triplet: 30, 90 and 79. RGB value is (48,144,121). Sum of RGB (Red+Green+Blue) = 48+144+121=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #309079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309079 is #CF6F86. Grayscale: #707070. Windows color (decimal): -13594503 or 7966768. OLE color: 7966768.

HSL color Cylindrical-coordinate representation of color #309079: hue angle of 165.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309079 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 121 -
CMYK 0.67 0 0.16 0.44
HSL 165.63º 0.5% 0.38% -
HSV(B) 165.63º 0.67% 0.56% -
XYZ 14.64 21.96 21.56 -
YUV 112.67 132.7 81.87 -
System Red Green Blue C M Y K H S L
Decimal 48 144 121 0.67 0 0.16 0.44 165.63 0.5 0.38
Hex 30 90 79 43 0 10 2C A6 32 26
Octal 60 220 171 103 0 20 54 246 62 46
Binary 110000 10010000 1111001 1000011 0 10000 101100 10100110 110010 100110

Color Harmonies of #309079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309079

Black with #309079

Text Example


Text Example

White with #309079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309079; }

 p { color: rgb(48,144,121); }

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

background-color css

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

 a { background-color: rgb(48,144,121); }

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

border-color css

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

 span { border-color: rgb(48,144,121); }

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