Html Css Color HEX #31978A Gossamer

📋 copy color: '#31978A'

red 49 ◦ green 151 ◦ blue 138

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

Shades of Gossamer #31978A

Tints of Gossamer #31978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.67%

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 14.5%
G = 44.67%
B = 40.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#31978A (or 0x31978A) is known color: Gossamer. HEX triplet: 31, 97 and 8A. RGB value is (49,151,138). Sum of RGB (Red+Green+Blue) = 49+151+138=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #31978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31978A is #CE6875. Grayscale: #767676. Windows color (decimal): -13527158 or 9082673. OLE color: 9082673.

HSL color Cylindrical-coordinate representation of color #31978A: hue angle of 172.35º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31978A is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 151 138 -
CMYK 0.68 0 0.09 0.41
HSL 172.35º 0.51% 0.39% -
HSV(B) 172.35º 0.68% 0.59% -
XYZ 16.92 24.62 27.91 -
YUV 119.02 138.71 78.06 -
System Red Green Blue C M Y K H S L
Decimal 49 151 138 0.68 0 0.09 0.41 172.35 0.51 0.39
Hex 31 97 8A 44 0 9 29 AC 33 27
Octal 61 227 212 104 0 11 51 254 63 47
Binary 110001 10010111 10001010 1000100 0 1001 101001 10101100 110011 100111

Color Harmonies of #31978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31978A

Black with #31978A

Text Example


Text Example

White with #31978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31978A; }

 p { color: rgb(49,151,138); }

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

background-color css

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

 a { background-color: rgb(49,151,138); }

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

border-color css

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

 span { border-color: rgb(49,151,138); }

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