Html Css Color HEX #319187 Gossamer

📋 copy color: '#319187'

red 49 ◦ green 145 ◦ blue 135

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

Shades of Gossamer #319187

Tints of Gossamer #319187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 14.89%
G = 44.07%
B = 41.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#319187 (or 0x319187) is known color: Gossamer. HEX triplet: 31, 91 and 87. RGB value is (49,145,135). Sum of RGB (Red+Green+Blue) = 49+145+135=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #319187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319187 is #CE6E78. Grayscale: #737373. Windows color (decimal): -13528697 or 8884529. OLE color: 8884529.

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

Color convert

RGB 49 145 135 -
CMYK 0.66 0 0.07 0.43
HSL 173.75º 0.49% 0.38% -
HSV(B) 173.75º 0.66% 0.57% -
XYZ 15.77 22.65 26.46 -
YUV 115.16 139.2 80.81 -
System Red Green Blue C M Y K H S L
Decimal 49 145 135 0.66 0 0.07 0.43 173.75 0.49 0.38
Hex 31 91 87 42 0 7 2B AE 31 26
Octal 61 221 207 102 0 7 53 256 61 46
Binary 110001 10010001 10000111 1000010 0 111 101011 10101110 110001 100110

Color Harmonies of #319187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319187

Black with #319187

Text Example


Text Example

White with #319187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319187; }

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

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

background-color css

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

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

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

border-color css

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

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

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