Html Css Color HEX #318E79 Gossamer

📋 copy color: '#318E79'

red 49 ◦ green 142 ◦ blue 121

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

Shades of Gossamer #318E79

Tints of Gossamer #318E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.51%

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

R = 15.71%
G = 45.51%
B = 38.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#318E79 (or 0x318E79) is known color: Gossamer. HEX triplet: 31, 8E and 79. RGB value is (49,142,121). Sum of RGB (Red+Green+Blue) = 49+142+121=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 142 - color contains mainly: green. Hex color #318E79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318E79 is #CE7186. Grayscale: #6F6F6F. Windows color (decimal): -13529479 or 7966257. OLE color: 7966257.

HSL color Cylindrical-coordinate representation of color #318E79: hue angle of 166.45º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E79 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 142 121 -
CMYK 0.65 0 0.15 0.44
HSL 166.45º 0.49% 0.37% -
HSV(B) 166.45º 0.65% 0.56% -
XYZ 14.39 21.38 21.46 -
YUV 111.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 49 142 121 0.65 0 0.15 0.44 166.45 0.49 0.37
Hex 31 8E 79 41 0 F 2C A6 31 25
Octal 61 216 171 101 0 17 54 246 61 45
Binary 110001 10001110 1111001 1000001 0 1111 101100 10100110 110001 100101

Color Harmonies of #318E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318E79

Black with #318E79

Text Example


Text Example

White with #318E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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