Html Css Color HEX #319879 Gossamer

📋 copy color: '#319879'

red 49 ◦ green 152 ◦ blue 121

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

Shades of Gossamer #319879

Tints of Gossamer #319879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.58%

R = 15.22%
G = 47.2%
B = 37.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#319879 (or 0x319879) is known color: Gossamer. HEX triplet: 31, 98 and 79. RGB value is (49,152,121). Sum of RGB (Red+Green+Blue) = 49+152+121=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #319879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319879 is #CE6786. Grayscale: #757575. Windows color (decimal): -13526919 or 7968817. OLE color: 7968817.

HSL color Cylindrical-coordinate representation of color #319879: hue angle of 161.94º 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 #319879 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 121 -
CMYK 0.68 0 0.20 0.40
HSL 161.94º 0.51% 0.39% -
HSV(B) 161.94º 0.68% 0.6% -
XYZ 15.95 24.49 21.98 -
YUV 117.67 129.88 79.02 -
System Red Green Blue C M Y K H S L
Decimal 49 152 121 0.68 0 0.20 0.40 161.94 0.51 0.39
Hex 31 98 79 44 0 14 28 A2 33 27
Octal 61 230 171 104 0 24 50 242 63 47
Binary 110001 10011000 1111001 1000100 0 10100 101000 10100010 110011 100111

Color Harmonies of #319879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319879

Black with #319879

Text Example


Text Example

White with #319879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319879; }

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

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

background-color css

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

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

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

border-color css

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

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

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