Html Css Color HEX #318D80 Gossamer

📋 copy color: '#318D80'

red 49 ◦ green 141 ◦ blue 128

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

Shades of Gossamer #318D80

Tints of Gossamer #318D80

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.34%

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

R = 15.41%
G = 44.34%
B = 40.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#318D80 (or 0x318D80) is known color: Gossamer. HEX triplet: 31, 8D and 80. RGB value is (49,141,128). Sum of RGB (Red+Green+Blue) = 49+141+128=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #318D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318D80 is #CE727F. Grayscale: #6F6F6F. Windows color (decimal): -13529728 or 8424753. OLE color: 8424753.

HSL color Cylindrical-coordinate representation of color #318D80: hue angle of 171.52º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318D80 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 141 128 -
CMYK 0.65 0 0.09 0.45
HSL 171.52º 0.48% 0.37% -
HSV(B) 171.52º 0.65% 0.55% -
XYZ 14.69 21.26 23.75 -
YUV 112.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 49 141 128 0.65 0 0.09 0.45 171.52 0.48 0.37
Hex 31 8D 80 41 0 9 2D AC 30 25
Octal 61 215 200 101 0 11 55 254 60 45
Binary 110001 10001101 10000000 1000001 0 1001 101101 10101100 110000 100101

Color Harmonies of #318D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318D80

Black with #318D80

Text Example


Text Example

White with #318D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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