Html Css Color HEX #31967B Gossamer

📋 copy color: '#31967B'

red 49 ◦ green 150 ◦ blue 123

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

Shades of Gossamer #31967B

Tints of Gossamer #31967B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.58%

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

R = 15.22%
G = 46.58%
B = 38.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#31967B (or 0x31967B) is known color: Gossamer. HEX triplet: 31, 96 and 7B. RGB value is (49,150,123). Sum of RGB (Red+Green+Blue) = 49+150+123=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #31967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31967B is #CE6984. Grayscale: #747474. Windows color (decimal): -13527429 or 8099377. OLE color: 8099377.

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

Color convert

RGB 49 150 123 -
CMYK 0.67 0 0.18 0.41
HSL 163.96º 0.51% 0.39% -
HSV(B) 163.96º 0.67% 0.59% -
XYZ 15.75 23.9 22.52 -
YUV 116.72 131.54 79.7 -
System Red Green Blue C M Y K H S L
Decimal 49 150 123 0.67 0 0.18 0.41 163.96 0.51 0.39
Hex 31 96 7B 43 0 12 29 A4 33 27
Octal 61 226 173 103 0 22 51 244 63 47
Binary 110001 10010110 1111011 1000011 0 10010 101001 10100100 110011 100111

Color Harmonies of #31967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31967B

Black with #31967B

Text Example


Text Example

White with #31967B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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