Html Css Color HEX #319280 Gossamer

📋 copy color: '#319280'

red 49 ◦ green 146 ◦ blue 128

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

Shades of Gossamer #319280

Tints of Gossamer #319280

RGB

 RED value IS 49 (19.53% from 255) = 15.17%

 GREEN value IS 146 (57.42% from 255) = 45.2%

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 15.17%
G = 45.2%
B = 39.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#319280 (or 0x319280) is known color: Gossamer. HEX triplet: 31, 92 and 80. RGB value is (49,146,128). Sum of RGB (Red+Green+Blue) = 49+146+128=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #319280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319280 is #CE6D7F. Grayscale: #727272. Windows color (decimal): -13528448 or 8426033. OLE color: 8426033.

HSL color Cylindrical-coordinate representation of color #319280: hue angle of 168.87º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319280 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 146 128 -
CMYK 0.66 0 0.12 0.43
HSL 168.87º 0.5% 0.38% -
HSV(B) 168.87º 0.66% 0.57% -
XYZ 15.44 22.77 24 -
YUV 114.95 135.36 80.96 -
System Red Green Blue C M Y K H S L
Decimal 49 146 128 0.66 0 0.12 0.43 168.87 0.5 0.38
Hex 31 92 80 42 0 C 2B A9 32 26
Octal 61 222 200 102 0 14 53 251 62 46
Binary 110001 10010010 10000000 1000010 0 1100 101011 10101001 110010 100110

Color Harmonies of #319280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319280

Black with #319280

Text Example


Text Example

White with #319280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319280; }

 p { color: rgb(49,146,128); }

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

background-color css

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

 a { background-color: rgb(49,146,128); }

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

border-color css

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

 span { border-color: rgb(49,146,128); }

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