Html Css Color HEX #319876 Gossamer

📋 copy color: '#319876'

red 49 ◦ green 152 ◦ blue 118

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

Shades of Gossamer #319876

Tints of Gossamer #319876

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.65%

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 15.36%
G = 47.65%
B = 36.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#319876 (or 0x319876) is known color: Gossamer. HEX triplet: 31, 98 and 76. RGB value is (49,152,118). Sum of RGB (Red+Green+Blue) = 49+152+118=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #319876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319876 is #CE6789. Grayscale: #757575. Windows color (decimal): -13526922 or 7772209. OLE color: 7772209.

HSL color Cylindrical-coordinate representation of color #319876: hue angle of 160.19º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319876 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 118 -
CMYK 0.68 0 0.22 0.40
HSL 160.19º 0.51% 0.39% -
HSV(B) 160.19º 0.68% 0.6% -
XYZ 15.76 24.42 21.02 -
YUV 117.33 128.38 79.26 -
System Red Green Blue C M Y K H S L
Decimal 49 152 118 0.68 0 0.22 0.40 160.19 0.51 0.39
Hex 31 98 76 44 0 16 28 A0 33 27
Octal 61 230 166 104 0 26 50 240 63 47
Binary 110001 10011000 1110110 1000100 0 10110 101000 10100000 110011 100111

Color Harmonies of #319876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319876

Black with #319876

Text Example


Text Example

White with #319876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319876; }

 p { color: rgb(49,152,118); }

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

background-color css

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

 a { background-color: rgb(49,152,118); }

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

border-color css

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

 span { border-color: rgb(49,152,118); }

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