Html Css Color HEX #31997B Gossamer

📋 copy color: '#31997B'

red 49 ◦ green 153 ◦ blue 123

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

Shades of Gossamer #31997B

Tints of Gossamer #31997B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.08%

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 15.08%
G = 47.08%
B = 37.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#31997B (or 0x31997B) is known color: Gossamer. HEX triplet: 31, 99 and 7B. RGB value is (49,153,123). Sum of RGB (Red+Green+Blue) = 49+153+123=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #31997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31997B is #CE6684. Grayscale: #767676. Windows color (decimal): -13526661 or 8100145. OLE color: 8100145.

HSL color Cylindrical-coordinate representation of color #31997B: hue angle of 162.69º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31997B is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 123 -
CMYK 0.68 0 0.20 0.4
HSL 162.69º 0.51% 0.4% -
HSV(B) 162.69º 0.68% 0.6% -
XYZ 16.23 24.87 22.68 -
YUV 118.48 130.54 78.44 -
System Red Green Blue C M Y K H S L
Decimal 49 153 123 0.68 0 0.20 0.4 162.69 0.51 0.4
Hex 31 99 7B 44 0 14 28 A3 33 28
Octal 61 231 173 104 0 24 50 243 63 50
Binary 110001 10011001 1111011 1000100 0 10100 101000 10100011 110011 101000

Color Harmonies of #31997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31997B

Black with #31997B

Text Example


Text Example

White with #31997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31997B; }

 p { color: rgb(49,153,123); }

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

background-color css

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

 a { background-color: rgb(49,153,123); }

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

border-color css

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

 span { border-color: rgb(49,153,123); }

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