Html Css Color HEX #37967D Gossamer

📋 copy color: '#37967D'

red 55 ◦ green 150 ◦ blue 125

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

Shades of Gossamer #37967D

Tints of Gossamer #37967D

RGB

 RED value IS 55 (21.88% from 255) = 16.67%

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

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

R = 16.67%
G = 45.45%
B = 37.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#37967D (or 0x37967D) is known color: Gossamer. HEX triplet: 37, 96 and 7D. RGB value is (55,150,125). Sum of RGB (Red+Green+Blue) = 55+150+125=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #37967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37967D is #C86982. Grayscale: #767676. Windows color (decimal): -13134211 or 8230455. OLE color: 8230455.

HSL color Cylindrical-coordinate representation of color #37967D: hue angle of 164.21º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37967D is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 150 125 -
CMYK 0.63 0 0.17 0.41
HSL 164.21º 0.46% 0.4% -
HSV(B) 164.21º 0.63% 0.59% -
XYZ 16.18 24.11 23.2 -
YUV 118.75 131.53 82.53 -
System Red Green Blue C M Y K H S L
Decimal 55 150 125 0.63 0 0.17 0.41 164.21 0.46 0.4
Hex 37 96 7D 3F 0 11 29 A4 2E 28
Octal 67 226 175 77 0 21 51 244 56 50
Binary 110111 10010110 1111101 111111 0 10001 101001 10100100 101110 101000

Color Harmonies of #37967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37967D

Black with #37967D

Text Example


Text Example

White with #37967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,150,125); }

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

background-color css

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

 a { background-color: rgb(55,150,125); }

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

border-color css

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

 span { border-color: rgb(55,150,125); }

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