Html Css Color HEX #37574B Spectra

📋 copy color: '#37574B'

red 55 ◦ green 87 ◦ blue 75

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

Shades of Spectra #37574B

Tints of Spectra #37574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.56%

R = 25.35%
G = 40.09%
B = 34.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#37574B (or 0x37574B) is known color: Spectra. HEX triplet: 37, 57 and 4B. RGB value is (55,87,75). Sum of RGB (Red+Green+Blue) = 55+87+75=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #37574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37574B is #C8A8B4. Grayscale: #4C4C4C. Windows color (decimal): -13150389 or 4937527. OLE color: 4937527.

HSL color Cylindrical-coordinate representation of color #37574B: hue angle of 157.5º 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 #37574B is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 87 75 -
CMYK 0.37 0 0.14 0.66
HSL 157.5º 0.23% 0.28% -
HSV(B) 157.5º 0.37% 0.34% -
XYZ 6.25 8.14 7.9 -
YUV 76.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 55 87 75 0.37 0 0.14 0.66 157.5 0.23 0.28
Hex 37 57 4B 25 0 E 42 9E 17 1C
Octal 67 127 113 45 0 16 102 236 27 34
Binary 110111 1010111 1001011 100101 0 1110 1000010 10011110 10111 11100

Color Harmonies of #37574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37574B

Black with #37574B

Text Example


Text Example

White with #37574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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