Html Css Color HEX #319182 Gossamer

📋 copy color: '#319182'

red 49 ◦ green 145 ◦ blue 130

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

Shades of Gossamer #319182

Tints of Gossamer #319182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.75%

 BLUE value IS 130 (51.17% from 255) = 40.12%

R = 15.12%
G = 44.75%
B = 40.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#319182 (or 0x319182) is known color: Gossamer. HEX triplet: 31, 91 and 82. RGB value is (49,145,130). Sum of RGB (Red+Green+Blue) = 49+145+130=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #319182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319182 is #CE6E7D. Grayscale: #727272. Windows color (decimal): -13528702 or 8556849. OLE color: 8556849.

HSL color Cylindrical-coordinate representation of color #319182: hue angle of 170.62º degrees, saturation: 0.49, 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 #319182 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 130 -
CMYK 0.66 0 0.10 0.43
HSL 170.63º 0.49% 0.38% -
HSV(B) 170.63º 0.66% 0.57% -
XYZ 15.42 22.52 24.65 -
YUV 114.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 49 145 130 0.66 0 0.10 0.43 170.63 0.49 0.38
Hex 31 91 82 42 0 A 2B AB 31 26
Octal 61 221 202 102 0 12 53 253 61 46
Binary 110001 10010001 10000010 1000010 0 1010 101011 10101011 110001 100110

Color Harmonies of #319182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319182

Black with #319182

Text Example


Text Example

White with #319182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319182; }

 p { color: rgb(49,145,130); }

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

background-color css

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

 a { background-color: rgb(49,145,130); }

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

border-color css

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

 span { border-color: rgb(49,145,130); }

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