Html Css Color HEX #31977D Gossamer

📋 copy color: '#31977D'

red 49 ◦ green 151 ◦ blue 125

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

Shades of Gossamer #31977D

Tints of Gossamer #31977D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 15.08%
G = 46.46%
B = 38.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#31977D (or 0x31977D) is known color: Gossamer. HEX triplet: 31, 97 and 7D. RGB value is (49,151,125). Sum of RGB (Red+Green+Blue) = 49+151+125=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #31977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31977D is #CE6882. Grayscale: #757575. Windows color (decimal): -13527171 or 8230705. OLE color: 8230705.

HSL color Cylindrical-coordinate representation of color #31977D: hue angle of 164.71º 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 #31977D is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 151 125 -
CMYK 0.68 0 0.17 0.41
HSL 164.71º 0.51% 0.39% -
HSV(B) 164.71º 0.68% 0.59% -
XYZ 16.03 24.27 23.24 -
YUV 117.54 132.21 79.11 -
System Red Green Blue C M Y K H S L
Decimal 49 151 125 0.68 0 0.17 0.41 164.71 0.51 0.39
Hex 31 97 7D 44 0 11 29 A5 33 27
Octal 61 227 175 104 0 21 51 245 63 47
Binary 110001 10010111 1111101 1000100 0 10001 101001 10100101 110011 100111

Color Harmonies of #31977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31977D

Black with #31977D

Text Example


Text Example

White with #31977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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