Html Css Color HEX #37A485 Gossamer

📋 copy color: '#37A485'

red 55 ◦ green 164 ◦ blue 133

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

Shades of Gossamer #37A485

Tints of Gossamer #37A485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.59%

 BLUE value IS 133 (52.34% from 255) = 37.78%

R = 15.63%
G = 46.59%
B = 37.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#37A485 (or 0x37A485) is known color: Gossamer. HEX triplet: 37, A4 and 85. RGB value is (55,164,133). Sum of RGB (Red+Green+Blue) = 55+164+133=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #37A485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A485 is #C85B7A. Grayscale: #7F7F7F. Windows color (decimal): -13130619 or 8758327. OLE color: 8758327.

HSL color Cylindrical-coordinate representation of color #37A485: hue angle of 162.94º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A485 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 164 133 -
CMYK 0.66 0 0.19 0.36
HSL 162.94º 0.5% 0.43% -
HSV(B) 162.94º 0.66% 0.64% -
XYZ 19.08 29.06 26.79 -
YUV 127.88 130.89 76.02 -
System Red Green Blue C M Y K H S L
Decimal 55 164 133 0.66 0 0.19 0.36 162.94 0.5 0.43
Hex 37 A4 85 42 0 13 24 A3 32 2B
Octal 67 244 205 102 0 23 44 243 62 53
Binary 110111 10100100 10000101 1000010 0 10011 100100 10100011 110010 101011

Color Harmonies of #37A485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37A485

Black with #37A485

Text Example


Text Example

White with #37A485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,164,133); }

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

background-color css

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

 a { background-color: rgb(55,164,133); }

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

border-color css

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

 span { border-color: rgb(55,164,133); }

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