Html Css Color HEX #37AA80 Gossamer

📋 copy color: '#37AA80'

red 55 ◦ green 170 ◦ blue 128

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

Shades of Gossamer #37AA80

Tints of Gossamer #37AA80

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.16%

 BLUE value IS 128 (50.39% from 255) = 36.26%

R = 15.58%
G = 48.16%
B = 36.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#37AA80 (or 0x37AA80) is known color: Gossamer. HEX triplet: 37, AA and 80. RGB value is (55,170,128). Sum of RGB (Red+Green+Blue) = 55+170+128=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #37AA80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AA80 is #C8557F. Grayscale: #828282. Windows color (decimal): -13129088 or 8432183. OLE color: 8432183.

HSL color Cylindrical-coordinate representation of color #37AA80: hue angle of 158.09º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37AA80 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 170 128 -
CMYK 0.68 0 0.25 0.33
HSL 158.09º 0.51% 0.44% -
HSV(B) 158.09º 0.68% 0.67% -
XYZ 19.85 31.12 25.38 -
YUV 130.83 126.4 73.92 -
System Red Green Blue C M Y K H S L
Decimal 55 170 128 0.68 0 0.25 0.33 158.09 0.51 0.44
Hex 37 AA 80 44 0 19 21 9E 33 2C
Octal 67 252 200 104 0 31 41 236 63 54
Binary 110111 10101010 10000000 1000100 0 11001 100001 10011110 110011 101100

Color Harmonies of #37AA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37AA80

Black with #37AA80

Text Example


Text Example

White with #37AA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,170,128); }

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

background-color css

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

 a { background-color: rgb(55,170,128); }

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

border-color css

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

 span { border-color: rgb(55,170,128); }

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