Html Css Color HEX #319684 Gossamer

📋 copy color: '#319684'

red 49 ◦ green 150 ◦ blue 132

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

Shades of Gossamer #319684

Tints of Gossamer #319684

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.32%

 BLUE value IS 132 (51.95% from 255) = 39.88%

R = 14.8%
G = 45.32%
B = 39.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#319684 (or 0x319684) is known color: Gossamer. HEX triplet: 31, 96 and 84. RGB value is (49,150,132). Sum of RGB (Red+Green+Blue) = 49+150+132=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #319684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319684 is #CE697B. Grayscale: #757575. Windows color (decimal): -13527420 or 8689201. OLE color: 8689201.

HSL color Cylindrical-coordinate representation of color #319684: hue angle of 169.31º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319684 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 150 132 -
CMYK 0.67 0 0.12 0.41
HSL 169.31º 0.51% 0.39% -
HSV(B) 169.31º 0.67% 0.59% -
XYZ 16.34 24.13 25.63 -
YUV 117.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 49 150 132 0.67 0 0.12 0.41 169.31 0.51 0.39
Hex 31 96 84 43 0 C 29 A9 33 27
Octal 61 226 204 103 0 14 51 251 63 47
Binary 110001 10010110 10000100 1000011 0 1100 101001 10101001 110011 100111

Color Harmonies of #319684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319684

Black with #319684

Text Example


Text Example

White with #319684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319684; }

 p { color: rgb(49,150,132); }

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

background-color css

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

 a { background-color: rgb(49,150,132); }

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

border-color css

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

 span { border-color: rgb(49,150,132); }

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