Html Css Color HEX #37A075 Gossamer

📋 copy color: '#37A075'

red 55 ◦ green 160 ◦ blue 117

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

Shades of Gossamer #37A075

Tints of Gossamer #37A075

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.19%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 16.57%
G = 48.19%
B = 35.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#37A075 (or 0x37A075) is known color: Gossamer. HEX triplet: 37, A0 and 75. RGB value is (55,160,117). Sum of RGB (Red+Green+Blue) = 55+160+117=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #37A075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A075 is #C85F8A. Grayscale: #7B7B7B. Windows color (decimal): -13131659 or 7708727. OLE color: 7708727.

HSL color Cylindrical-coordinate representation of color #37A075: hue angle of 155.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A075 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 160 117 -
CMYK 0.66 0 0.27 0.37
HSL 155.43º 0.49% 0.42% -
HSV(B) 155.43º 0.66% 0.63% -
XYZ 17.36 27.24 21.17 -
YUV 123.7 124.21 79 -
System Red Green Blue C M Y K H S L
Decimal 55 160 117 0.66 0 0.27 0.37 155.43 0.49 0.42
Hex 37 A0 75 42 0 1B 25 9B 31 2A
Octal 67 240 165 102 0 33 45 233 61 52
Binary 110111 10100000 1110101 1000010 0 11011 100101 10011011 110001 101010

Color Harmonies of #37A075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37A075

Black with #37A075

Text Example


Text Example

White with #37A075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37A075; }

 p { color: rgb(55,160,117); }

 H1.HeaderClassName
 {
   color: #37A075;
 }
 .AnyTagClassName
 {
   color: #37A075;
 }
</style>

background-color css

<style>
 a { background-color: #37A075; }

 a { background-color: rgb(55,160,117); }

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

border-color css

<style>
 span { border-color: #37A075; }

 span { border-color: rgb(55,160,117); }

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