Html Css Color HEX #319484 Gossamer

📋 copy color: '#319484'

red 49 ◦ green 148 ◦ blue 132

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

Shades of Gossamer #319484

Tints of Gossamer #319484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.98%

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

R = 14.89%
G = 44.98%
B = 40.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#319484 (or 0x319484) is known color: Gossamer. HEX triplet: 31, 94 and 84. RGB value is (49,148,132). Sum of RGB (Red+Green+Blue) = 49+148+132=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #319484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319484 is #CE6B7B. Grayscale: #747474. Windows color (decimal): -13527932 or 8688689. OLE color: 8688689.

HSL color Cylindrical-coordinate representation of color #319484: hue angle of 170.3º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319484 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 132 -
CMYK 0.67 0 0.11 0.42
HSL 170.3º 0.5% 0.39% -
HSV(B) 170.3º 0.67% 0.58% -
XYZ 16.02 23.5 25.52 -
YUV 116.58 136.7 79.8 -
System Red Green Blue C M Y K H S L
Decimal 49 148 132 0.67 0 0.11 0.42 170.3 0.5 0.39
Hex 31 94 84 43 0 B 2A AA 32 27
Octal 61 224 204 103 0 13 52 252 62 47
Binary 110001 10010100 10000100 1000011 0 1011 101010 10101010 110010 100111

Color Harmonies of #319484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319484

Black with #319484

Text Example


Text Example

White with #319484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319484; }

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

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

background-color css

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

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

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

border-color css

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

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

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