Html Css Color HEX #319481 Gossamer

📋 copy color: '#319481'

red 49 ◦ green 148 ◦ blue 129

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

Shades of Gossamer #319481

Tints of Gossamer #319481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.57%

R = 15.03%
G = 45.4%
B = 39.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#319481 (or 0x319481) is known color: Gossamer. HEX triplet: 31, 94 and 81. RGB value is (49,148,129). Sum of RGB (Red+Green+Blue) = 49+148+129=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #319481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319481 is #CE6B7E. Grayscale: #747474. Windows color (decimal): -13527935 or 8492081. OLE color: 8492081.

HSL color Cylindrical-coordinate representation of color #319481: hue angle of 168.48º 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 #319481 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 129 -
CMYK 0.67 0 0.13 0.42
HSL 168.48º 0.5% 0.39% -
HSV(B) 168.48º 0.67% 0.58% -
XYZ 15.82 23.42 24.46 -
YUV 116.23 135.2 80.04 -
System Red Green Blue C M Y K H S L
Decimal 49 148 129 0.67 0 0.13 0.42 168.48 0.5 0.39
Hex 31 94 81 43 0 D 2A A8 32 27
Octal 61 224 201 103 0 15 52 250 62 47
Binary 110001 10010100 10000001 1000011 0 1101 101010 10101000 110010 100111

Color Harmonies of #319481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319481

Black with #319481

Text Example


Text Example

White with #319481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319481; }

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

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

background-color css

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

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

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

border-color css

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

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

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