Html Css Color HEX #319880 Gossamer

📋 copy color: '#319880'

red 49 ◦ green 152 ◦ blue 128

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

Shades of Gossamer #319880

Tints of Gossamer #319880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 14.89%
G = 46.2%
B = 38.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#319880 (or 0x319880) is known color: Gossamer. HEX triplet: 31, 98 and 80. RGB value is (49,152,128). Sum of RGB (Red+Green+Blue) = 49+152+128=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #319880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319880 is #CE677F. Grayscale: #767676. Windows color (decimal): -13526912 or 8427569. OLE color: 8427569.

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

Color convert

RGB 49 152 128 -
CMYK 0.68 0 0.16 0.40
HSL 166.02º 0.51% 0.39% -
HSV(B) 166.02º 0.68% 0.6% -
XYZ 16.39 24.67 24.32 -
YUV 118.47 133.38 78.45 -
System Red Green Blue C M Y K H S L
Decimal 49 152 128 0.68 0 0.16 0.40 166.02 0.51 0.39
Hex 31 98 80 44 0 10 28 A6 33 27
Octal 61 230 200 104 0 20 50 246 63 47
Binary 110001 10011000 10000000 1000100 0 10000 101000 10100110 110011 100111

Color Harmonies of #319880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319880

Black with #319880

Text Example


Text Example

White with #319880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319880; }

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

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

background-color css

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

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

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

border-color css

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

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

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