Html Css Color HEX #37574A Spectra

📋 copy color: '#37574A'

red 55 ◦ green 87 ◦ blue 74

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

Shades of Spectra #37574A

Tints of Spectra #37574A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.28%

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 25.46%
G = 40.28%
B = 34.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#37574A (or 0x37574A) is known color: Spectra. HEX triplet: 37, 57 and 4A. RGB value is (55,87,74). Sum of RGB (Red+Green+Blue) = 55+87+74=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #37574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37574A is #C8A8B5. Grayscale: #4B4B4B. Windows color (decimal): -13150390 or 4871991. OLE color: 4871991.

HSL color Cylindrical-coordinate representation of color #37574A: hue angle of 155.62º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #37574A is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 87 74 -
CMYK 0.37 0 0.15 0.66
HSL 155.63º 0.23% 0.28% -
HSV(B) 155.63º 0.37% 0.34% -
XYZ 6.22 8.12 7.72 -
YUV 75.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 55 87 74 0.37 0 0.15 0.66 155.63 0.23 0.28
Hex 37 57 4A 25 0 F 42 9C 17 1C
Octal 67 127 112 45 0 17 102 234 27 34
Binary 110111 1010111 1001010 100101 0 1111 1000010 10011100 10111 11100

Color Harmonies of #37574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37574A

Black with #37574A

Text Example


Text Example

White with #37574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37574A; }

 p { color: rgb(55,87,74); }

 H1.HeaderClassName
 {
   color: #37574A;
 }
 .AnyTagClassName
 {
   color: #37574A;
 }
</style>

background-color css

<style>
 a { background-color: #37574A; }

 a { background-color: rgb(55,87,74); }

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

border-color css

<style>
 span { border-color: #37574A; }

 span { border-color: rgb(55,87,74); }

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