Html Css Color HEX #31A37B Gossamer

📋 copy color: '#31A37B'

red 49 ◦ green 163 ◦ blue 123

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

Shades of Gossamer #31A37B

Tints of Gossamer #31A37B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.66%

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

R = 14.63%
G = 48.66%
B = 36.72%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#31A37B (or 0x31A37B) is known color: Gossamer. HEX triplet: 31, A3 and 7B. RGB value is (49,163,123). Sum of RGB (Red+Green+Blue) = 49+163+123=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #31A37B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A37B is #CE5C84. Grayscale: #7C7C7C. Windows color (decimal): -13524101 or 8102705. OLE color: 8102705.

HSL color Cylindrical-coordinate representation of color #31A37B: hue angle of 158.95º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A37B is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 49 163 123 -
CMYK 0.70 0 0.25 0.36
HSL 158.95º 0.54% 0.42% -
HSV(B) 158.95º 0.7% 0.64% -
XYZ 17.94 28.28 23.25 -
YUV 124.35 127.23 74.25 -
System Red Green Blue C M Y K H S L
Decimal 49 163 123 0.70 0 0.25 0.36 158.95 0.54 0.42
Hex 31 A3 7B 46 0 19 24 9F 36 2A
Octal 61 243 173 106 0 31 44 237 66 52
Binary 110001 10100011 1111011 1000110 0 11001 100100 10011111 110110 101010

Color Harmonies of #31A37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A37B

Black with #31A37B

Text Example


Text Example

White with #31A37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31A37B; }

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

 H1.HeaderClassName
 {
   color: #31A37B;
 }
 .AnyTagClassName
 {
   color: #31A37B;
 }
</style>

background-color css

<style>
 a { background-color: #31A37B; }

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

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

border-color css

<style>
 span { border-color: #31A37B; }

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

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