Html Css Color HEX #31A388 Gossamer

📋 copy color: '#31A388'

red 49 ◦ green 163 ◦ blue 136

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

Shades of Gossamer #31A388

Tints of Gossamer #31A388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.08%

R = 14.08%
G = 46.84%
B = 39.08%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#31A388 (or 0x31A388) is known color: Gossamer. HEX triplet: 31, A3 and 88. RGB value is (49,163,136). Sum of RGB (Red+Green+Blue) = 49+163+136=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 163 - color contains mainly: green. Hex color #31A388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A388 is #CE5C77. Grayscale: #7D7D7D. Windows color (decimal): -13524088 or 8954673. OLE color: 8954673.

HSL color Cylindrical-coordinate representation of color #31A388: hue angle of 165.79º 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 #31A388 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 49 163 136 -
CMYK 0.70 0 0.17 0.36
HSL 165.79º 0.54% 0.42% -
HSV(B) 165.79º 0.7% 0.64% -
XYZ 18.81 28.62 27.83 -
YUV 125.84 133.73 73.2 -
System Red Green Blue C M Y K H S L
Decimal 49 163 136 0.70 0 0.17 0.36 165.79 0.54 0.42
Hex 31 A3 88 46 0 11 24 A6 36 2A
Octal 61 243 210 106 0 21 44 246 66 52
Binary 110001 10100011 10001000 1000110 0 10001 100100 10100110 110110 101010

Color Harmonies of #31A388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A388

Black with #31A388

Text Example


Text Example

White with #31A388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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